summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/rlwimi-commute.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 21:17:45 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 21:17:45 +0000
commit297657d6e6a85b3d4ef03f368055bf55c18e1500 (patch)
tree6fa6c0290168f8219f3d7a360f19cafd653d9489 /llvm/test/CodeGen/PowerPC/rlwimi-commute.ll
parentff8169f5cb4b5a3caa106bef61764ba4398d690d (diff)
downloadbcm5719-llvm-297657d6e6a85b3d4ef03f368055bf55c18e1500.tar.gz
bcm5719-llvm-297657d6e6a85b3d4ef03f368055bf55c18e1500.zip
For PR1319: Upgrade to new test harness.
llvm-svn: 36087
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/rlwimi-commute.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/rlwimi-commute.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/rlwimi-commute.ll b/llvm/test/CodeGen/PowerPC/rlwimi-commute.ll
index 4b2b07f3350..8e6b1d6e2ed 100644
--- a/llvm/test/CodeGen/PowerPC/rlwimi-commute.ll
+++ b/llvm/test/CodeGen/PowerPC/rlwimi-commute.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep rlwimi &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep 'or '
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep rlwimi
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep {or }
; Make sure there is no register-register copies here.
OpenPOWER on IntegriCloud