commit | 74a117906b87ff9220e4baae5a7431d6f4eadd45 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Sep 03 15:56:24 2020 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Oct 08 05:57:32 2020 -0500 |
tree | d99fbe2a152523b0dd5b73fbd22e46aa2bdfd7cf | |
parent | 66792f90f14fef18b25a168922877a367ecdca05 [diff] |
tcg: Remove TCG_CT_REG This wasn't actually used for anything, really. All variable operands must accept registers, and which are indicated by the set in TCGArgConstraint.regs. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>