diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/mul-with-overflow.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/mul-with-overflow.ll | 2 |
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 { |