summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/inverted-bool-compares.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/inverted-bool-compares.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/inverted-bool-compares.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/inverted-bool-compares.ll b/llvm/test/CodeGen/PowerPC/inverted-bool-compares.ll
index 4b964b7c811..f35d6edf22a 100644
--- a/llvm/test/CodeGen/PowerPC/inverted-bool-compares.ll
+++ b/llvm/test/CodeGen/PowerPC/inverted-bool-compares.ll
@@ -1,4 +1,4 @@
-; RUN: llc -verify-machineinstrs < %s -march=ppc32 | not grep xori
+; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep xori
define i32 @test(i1 %B, i32* %P) {
br i1 %B, label %T, label %F
OpenPOWER on IntegriCloud