diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/iabs.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/iabs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/iabs.ll b/llvm/test/CodeGen/PowerPC/iabs.ll index e37ed107bfa..fb9948ec3df 100644 --- a/llvm/test/CodeGen/PowerPC/iabs.ll +++ b/llvm/test/CodeGen/PowerPC/iabs.ll @@ -1,5 +1,5 @@ ; REQUIRES: asserts -; RUN: llc -verify-machineinstrs < %s -march=ppc32 -stats 2>&1 | \ +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -stats 2>&1 | \ ; RUN: grep "4 .*Number of machine instrs printed" ;; Integer absolute value, should produce something as good as: |