commit | 5365718a9afeeabde3784d82a542f8ad909b18cf | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Thu Jun 04 21:53:25 2015 +0200 |
committer | Richard Henderson <rth@twiddle.net> | Tue Jun 09 07:00:56 2015 -0700 |
tree | 5475c621a535a6d964d3ad4d89d757ed5bb33a41 | |
parent | 8d6a91602ea824ef4435ea38fd475387eecc098c [diff] |
tcg/optimize: fold temp copies test in tcg_opt_gen_mov Each call to tcg_opt_gen_mov is preceeded by a test to check if the source and destination temps are copies. Fold that into the tcg_opt_gen_mov function. Cc: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Message-Id: <1433447607-31184-4-git-send-email-aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>