summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/ldr_post.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 19:11:47 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 19:11:47 +0000
commitb5dc70c27085aef303f3762d920824d31977e495 (patch)
tree6022db66e1b3762f4f3dd9d59efe4f4264ecf112 /llvm/test/CodeGen/ARM/ldr_post.ll
parentd1f83690903ce0e676c35b4f2706c31397c56222 (diff)
downloadbcm5719-llvm-b5dc70c27085aef303f3762d920824d31977e495.tar.gz
bcm5719-llvm-b5dc70c27085aef303f3762d920824d31977e495.zip
For PR1319: Upgrade to use new test harness
llvm-svn: 36076
Diffstat (limited to 'llvm/test/CodeGen/ARM/ldr_post.ll')
-rw-r--r--llvm/test/CodeGen/ARM/ldr_post.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/ldr_post.ll b/llvm/test/CodeGen/ARM/ldr_post.ll
index ee0a3d242ca..78b31352ba4 100644
--- a/llvm/test/CodeGen/ARM/ldr_post.ll
+++ b/llvm/test/CodeGen/ARM/ldr_post.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "ldr.*\[.*]," | wc -l | grep 1
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
+; RUN: grep {ldr.*\\\[.*\],} | wc -l | grep 1
int %test(int %a, int %b, int %c) {
%tmp1 = mul int %a, %b
OpenPOWER on IntegriCloud