diff options
Diffstat (limited to 'test/Transforms/InstCombine/or2.ll')
-rw-r--r-- | test/Transforms/InstCombine/or2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/or2.ll b/test/Transforms/InstCombine/or2.ll index f14a274..64fa834 100644 --- a/test/Transforms/InstCombine/or2.ll +++ b/test/Transforms/InstCombine/or2.ll @@ -1,6 +1,6 @@ ; This test makes sure that these instructions are properly eliminated. ; -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep -v xor | not grep {or } +; RUN: opt %s -instcombine | llvm-dis | grep -v xor | not grep {or } ; PR1738 define i1 @test1(double %X, double %Y) { |