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 c780605c975..e6c02d80452 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: llvm-as < %s | llc -march=ppc32 | not grep srawi +; RUN: llc < %s -march=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] |

