commit | 869938ae2a284fe730cb6f807ea0f9e324e0f87c | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Feb 10 05:20:16 2016 +1100 |
committer | Richard Henderson <rth@twiddle.net> | Tue Feb 23 08:07:14 2016 -0800 |
tree | f6426a26184bdce51368257adb7db7977777446c | |
parent | 90ce6e2644db2c47d72f364b4de57342e50bd10a [diff] |
tcg: Work around clang bug wrt enum ranges, part 2 A previous patch patch changed 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>