diff options
Diffstat (limited to 'test/Transforms/InstCombine/or2.ll')
-rw-r--r-- | test/Transforms/InstCombine/or2.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Transforms/InstCombine/or2.ll b/test/Transforms/InstCombine/or2.ll index 3745a48a89..c632a5d22d 100644 --- a/test/Transforms/InstCombine/or2.ll +++ b/test/Transforms/InstCombine/or2.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep and && -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep ' or' +; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep { or} define i32 @test1(i32 %b, i32 %c, i32 %d) { %tmp3 = and i32 %c, %b |