diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/and_sra.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/and_sra.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/and_sra.ll b/llvm/test/CodeGen/PowerPC/and_sra.ll index 62349a9453a..e366c303a26 100644 --- a/llvm/test/CodeGen/PowerPC/and_sra.ll +++ b/llvm/test/CodeGen/PowerPC/and_sra.ll @@ -1,5 +1,5 @@ ; Neither of these functions should contain algebraic right shifts -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | not grep srawi +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep srawi define i32 @test1(i32 %mode.0.i.0) { %tmp.79 = bitcast i32 %mode.0.i.0 to i32 ; <i32> [#uses=1] |