tcg/optimize: Don't special case TCG_OPF_CALL_CLOBBER
commitbc8d688ff3c164fa717a0411e77621d590c87e3f
authorRichard Henderson <rth@twiddle.net>
Mon, 9 Jun 2014 01:24:14 +0000 (8 18:24 -0700)
committerRichard Henderson <rth@twiddle.net>
Wed, 18 Jun 2014 18:39:02 +0000 (18 11:39 -0700)
tree45c0f5386525f6a0c739f4b8ab4731f96b4c316e
parentd279279e2b5cd40dbcc863fb66a695990f304077
tcg/optimize: Don't special case TCG_OPF_CALL_CLOBBER

With the "old" ldst ops we didn't know the real width of the
result of the load, but with the "new" ldst ops we do.

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