diff options
Diffstat (limited to 'test/Transforms/InstCombine/and-not-or.ll')
-rw-r--r-- | test/Transforms/InstCombine/and-not-or.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/InstCombine/and-not-or.ll b/test/Transforms/InstCombine/and-not-or.ll index ff56f47..9dce7b4 100644 --- a/test/Transforms/InstCombine/and-not-or.ll +++ b/test/Transforms/InstCombine/and-not-or.ll @@ -1,5 +1,5 @@ -; RUN: opt %s -instcombine | llvm-dis | grep {and i32 %x, %y} | count 4 -; RUN: opt %s -instcombine | llvm-dis | not grep {or} +; RUN: opt < %s -instcombine -S | grep {and i32 %x, %y} | count 4 +; RUN: opt < %s -instcombine -S | not grep {or} define i32 @func1(i32 %x, i32 %y) nounwind { entry: |