diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/or2.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/or2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/or2.ll b/llvm/test/Transforms/InstCombine/or2.ll index f14a2743916..64fa8343a0d 100644 --- a/llvm/test/Transforms/InstCombine/or2.ll +++ b/llvm/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) { |