tcg: Work around clang bug wrt enum ranges
commitc8074023204e8e8a213399961ab56e2814aa6116
authorRichard Henderson <rth@twiddle.net>
Mon, 8 Feb 2016 23:43:42 +0000 (9 10:43 +1100)
committerRichard Henderson <rth@twiddle.net>
Mon, 8 Feb 2016 23:45:34 +0000 (9 10:45 +1100)
treefd3de1365716f32b3c51a115bb7fad102e3f9200
parent7ca4b752feaab647b0c1a147bd3815fcdb479a59
tcg: Work around clang bug wrt enum ranges

A subsequent patch patch will change the type of REG from int
to enum TCGReg, which provokes the following bug in clang:

  https://llvm.org/bugs/show_bug.cgi?id=16154

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/tcg.c