diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/apint-and1.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/apint-and1.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Transforms/InstCombine/apint-and1.ll b/llvm/test/Transforms/InstCombine/apint-and1.ll index 53b9e23f4bf..b6c7bd9a6b0 100644 --- a/llvm/test/Transforms/InstCombine/apint-and1.ll +++ b/llvm/test/Transforms/InstCombine/apint-and1.ll @@ -1,8 +1,7 @@ ; This test makes sure that and instructions are properly eliminated. ; This test is for Integer BitWidth <= 64 && BitWidth % 8 != 0. -; RUN: llvm-as < %s | opt -instcombine -disable-output && -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep 'and ' +; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep {and } define i39 @test0(i39 %A) { %B = and i39 %A, 0 ; zero result |