aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/inverted-bool-compares.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/inverted-bool-compares.ll')
-rw-r--r--test/CodeGen/PowerPC/inverted-bool-compares.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/inverted-bool-compares.ll b/test/CodeGen/PowerPC/inverted-bool-compares.ll
index 6c5c288a2b..fbbf6a59e8 100644
--- a/test/CodeGen/PowerPC/inverted-bool-compares.ll
+++ b/test/CodeGen/PowerPC/inverted-bool-compares.ll
@@ -1,5 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep xori &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep xori
int %test(bool %B, int* %P) {
br bool %B, label %T, label %F