diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/rlwimi2.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/rlwimi2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/rlwimi2.ll b/llvm/test/CodeGen/PowerPC/rlwimi2.ll index 5fe963a7007..4474ddf759d 100644 --- a/llvm/test/CodeGen/PowerPC/rlwimi2.ll +++ b/llvm/test/CodeGen/PowerPC/rlwimi2.ll @@ -1,5 +1,5 @@ ; All of these ands and shifts should be folded into rlwimi's -; RUN: llc -verify-machineinstrs < %s -march=ppc32 -o %t +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -o %t ; RUN: grep rlwimi %t | count 4 ; RUN: not grep srwi %t ; RUN: not grep slwi %t |