tcg-i386: Use lea for three-operand add.
authorRichard Henderson <rth@twiddle.net>
Fri, 21 May 2010 15:30:34 +0000 (08:30 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 21 May 2010 16:20:23 +0000 (16:20 +0000)
commit2b08b721be694b0a31fc225fbc095eba71582419
tree739ec9fe4823a68aaf027d9b8b6cdb84a34a830c
parent7ed002b6fd1fcf6ecfa52f094fb84e0c42133b32
tcg-i386: Use lea for three-operand add.

The result is shorter than the mov+add that TCG would
otherwise generate for us.

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