projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9659823
)
Fix test case.
author
Evan Cheng
<evan.cheng@apple.com>
Wed, 4 Apr 2007 07:41:33 +0000
(07:41 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Wed, 4 Apr 2007 07:41:33 +0000
(07:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35662
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/ARM/arm-negative-stride.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/arm-negative-stride.ll
b/test/CodeGen/ARM/arm-negative-stride.ll
index 272f2a597a24c449598703cfc0ada16ba8bf08e4..a37be7659d9fb50333ff8fdeb6bcc4fbce8659fa 100644
(file)
--- 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: