commit | a042ef9470e1111bd5f5f84def886040345baabc | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Apr 14 08:06:00 2010 -0700 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Thu May 20 21:15:09 2010 +0200 |
tree | ad3fd4110a4318db481dcc7ad88c4ad9da19fa5d | |
parent | af2660894f1d71cd8c9edeb19230f0336e320bcd [diff] |
tcg-i386: Eliminate extra move from qemu_ld64. If the address register overlaps one of the output registers simply issue the clobbering load last, rather than emitting an extra move of the address register. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>