summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/mul-with-overflow.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/mul-with-overflow.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/mul-with-overflow.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/mul-with-overflow.ll b/llvm/test/CodeGen/PowerPC/mul-with-overflow.ll
index 85b07fc3298..1c0dbc5a192 100644
--- a/llvm/test/CodeGen/PowerPC/mul-with-overflow.ll
+++ b/llvm/test/CodeGen/PowerPC/mul-with-overflow.ll
@@ -1,4 +1,4 @@
-; RUN: llc -verify-machineinstrs < %s -march=ppc32
+; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32--
declare {i32, i1} @llvm.umul.with.overflow.i32(i32 %a, i32 %b)
define zeroext i1 @a(i32 %x) nounwind {
OpenPOWER on IntegriCloud