OSDN Git Service

tcg: Split out subroutines from do_constant_folding_cond
authorRichard Henderson <rth@twiddle.net>
Tue, 2 Oct 2012 18:32:26 +0000 (11:32 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 17 Oct 2012 15:51:32 +0000 (17:51 +0200)
commit9519da7e39516c5cb5bd7146a849a5d8c0958105
tree46393b299529834dc44df28bcf3c1444d2ed58f8
parentbc1473eff4d9a3b62d669b7232383f85eb82b376
tcg: Split out subroutines from do_constant_folding_cond

We can re-use these for implementing double-word folding.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/optimize.c