aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/lsr-scale-addr-mode.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-06-05 19:08:58 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-06-05 19:08:58 +0000
commit925492279ae7d93180ebdd689c87cd58522e68f5 (patch)
tree301cdfece790b9f60bfa685dcc89ec13ff1c107a /test/CodeGen/ARM/lsr-scale-addr-mode.ll
parent6a784894b1e9c85ff52790adc3880a3a7a1a4ea3 (diff)
downloadexternal_llvm-925492279ae7d93180ebdd689c87cd58522e68f5.zip
external_llvm-925492279ae7d93180ebdd689c87cd58522e68f5.tar.gz
external_llvm-925492279ae7d93180ebdd689c87cd58522e68f5.tar.bz2
Changing allocation ordering from r3 ... r0 back to r0 ... r3. The order change no longer make sense after the coalescing changes we have made since then.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72955 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/lsr-scale-addr-mode.ll')
-rw-r--r--test/CodeGen/ARM/lsr-scale-addr-mode.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/lsr-scale-addr-mode.ll b/test/CodeGen/ARM/lsr-scale-addr-mode.ll
index 6db0d43..02902f2 100644
--- a/test/CodeGen/ARM/lsr-scale-addr-mode.ll
+++ b/test/CodeGen/ARM/lsr-scale-addr-mode.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=arm | grep -F {str r2, \[r0, +r3, lsl #2\]}
+; RUN: llvm-as < %s | llc -march=arm | grep lsl | grep -F {lsl #2\]}
; Should use scaled addressing mode.
define void @sintzero(i32* %a) nounwind {