diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/subc.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/subc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/subc.ll b/llvm/test/CodeGen/PowerPC/subc.ll index f09150a82d1..c9cb5761739 100644 --- a/llvm/test/CodeGen/PowerPC/subc.ll +++ b/llvm/test/CodeGen/PowerPC/subc.ll @@ -1,5 +1,5 @@ ; All of these should be codegen'd without loading immediates -; RUN: llc -verify-machineinstrs < %s -march=ppc32 -o %t +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -o %t ; RUN: grep subfc %t | count 1 ; RUN: grep subfe %t | count 1 ; RUN: grep subfze %t | count 1 |