summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/2007-03-06-AddR7.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/2007-03-06-AddR7.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/2007-03-06-AddR7.ll')
-rw-r--r--llvm/test/CodeGen/ARM/2007-03-06-AddR7.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/2007-03-06-AddR7.ll b/llvm/test/CodeGen/ARM/2007-03-06-AddR7.ll
index 4c6648f30ad..5e136ddb8d8 100644
--- a/llvm/test/CodeGen/ARM/2007-03-06-AddR7.ll
+++ b/llvm/test/CodeGen/ARM/2007-03-06-AddR7.ll
@@ -1,5 +1,6 @@
-; RUN: llvm-as < %s | llc -march=thumb &&
-; RUN: llvm-as < %s | llc -mtriple=thumb-apple-darwin -relocation-model=pic -mattr=+v6,+vfp2 | not grep 'add r., r7, #2 \* 4'
+; RUN: llvm-as < %s | llc -march=thumb
+; RUN: llvm-as < %s | llc -mtriple=thumb-apple-darwin -relocation-model=pic \
+; RUN: -mattr=+v6,+vfp2 | not grep {add r., r7, #2 \\* 4}
%struct.__fooAllocator = type opaque
%struct.__fooY = type { %struct.fooXBase, %struct.__fooString*, %struct.__fooU*, %struct.__fooV*, i8** }
OpenPOWER on IntegriCloud