aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/arm-negative-stride.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-04-04 07:41:33 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-04-04 07:41:33 +0000
commit43cbb2d33d7dcbfe7c526bd2e18760dbcd3be8e5 (patch)
tree25310026fb742db8742920cc076c6f3b21a8bc49 /test/CodeGen/ARM/arm-negative-stride.ll
parent96598233fc643231598aca745e50e5553d17694a (diff)
downloadexternal_llvm-43cbb2d33d7dcbfe7c526bd2e18760dbcd3be8e5.zip
external_llvm-43cbb2d33d7dcbfe7c526bd2e18760dbcd3be8e5.tar.gz
external_llvm-43cbb2d33d7dcbfe7c526bd2e18760dbcd3be8e5.tar.bz2
Fix test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35662 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/arm-negative-stride.ll')
-rw-r--r--test/CodeGen/ARM/arm-negative-stride.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/arm-negative-stride.ll b/test/CodeGen/ARM/arm-negative-stride.ll
index 272f2a5..a37be76 100644
--- a/test/CodeGen/ARM/arm-negative-stride.ll
+++ b/test/CodeGen/ARM/arm-negative-stride.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=arm | grep -F 'str r1, [r3, -r0, lsl #2]'
+; RUN: llvm-as < %s | llc -march=arm | grep "str r1, \[r.*, -r.*, lsl #2]"
define void @test(i32* %P, i32 %A, i32 %i) {
entry: