commit | c16f52b2c5d91c36e121795bd3b386cea0b7573c | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed May 01 13:26:46 2019 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon May 13 14:44:03 2019 -0700 |
tree | 4adbe865197f88218d1d35069b74ce3ecac62981 | |
parent | d63e3b6e694ad6c887be135dddb9cd4893f1a844 [diff] |
tcg/arm: Use tcg_out_mov_reg in tcg_out_mov We have a function that takes an additional condition parameter over the standard backend interface. It already takes care of eliding no-op moves. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>