commit | 2633a2d015b0ba57432f1e11970cc080eb5119a3 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Fri Apr 09 20:52:48 2010 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Mon Apr 19 07:03:06 2010 +0200 |
tree | 24f6b94837b66d477cbdcfb77e4a637398605743 | |
parent | 67dcab7327bb7fe02912734bf774ca44d84b41a1 [diff] |
tcg/arm: remove useless register tests in qemu_ld/st addr_reg, data_reg and data_reg2 can't be register r0 or r1 du to the constraints. Don't check if they equals these registers. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>