commit | 5d1e4e85cee8c735ae49599ba96440d29312557c | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri May 21 08:30:34 2010 -0700 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Fri May 21 16:20:23 2010 +0000 |
tree | 739ec9fe4823a68aaf027d9b8b6cdb84a34a830c | |
parent | 34a6d0b7fcac2faf936ab92803b4ac21f809a3b9 [diff] |
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>