summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/neg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/neg.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/neg.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/neg.ll b/llvm/test/CodeGen/PowerPC/neg.ll
index 3828c23c9ad..37d2897d016 100644
--- a/llvm/test/CodeGen/PowerPC/neg.ll
+++ b/llvm/test/CodeGen/PowerPC/neg.ll
@@ -1,4 +1,4 @@
-; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep neg
+; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep neg
define i32 @test(i32 %X) {
%Y = sub i32 0, %X ; <i32> [#uses=1]
OpenPOWER on IntegriCloud