tcg/optimize: rename tcg_constant_folding
commit36e60ef6ac5d8a262d0fbeedfdb2b588514cb1ea
authorAurelien Jarno <aurelien@aurel32.net>
Thu, 4 Jun 2015 19:53:27 +0000 (4 21:53 +0200)
committerRichard Henderson <rth@twiddle.net>
Tue, 9 Jun 2015 14:00:56 +0000 (9 07:00 -0700)
tree72a69cd06a85ab5737eef1b410bc733ccd6e19ec
parent97a79eb70dd35a24fda87d86196afba5e6f21c5d
tcg/optimize: rename tcg_constant_folding

The tcg_constant_folding folding ends up doing all the optimizations
(which is a good thing to avoid looping on all ops multiple time), so
make it clear and just rename it tcg_optimize.

Cc: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Message-Id: <1433447607-31184-6-git-send-email-aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/optimize.c