diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/and-compare.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/and-compare.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/and-compare.ll b/llvm/test/Transforms/InstCombine/and-compare.ll index d2f2753f887..97a3f17f55b 100644 --- a/llvm/test/Transforms/InstCombine/and-compare.ll +++ b/llvm/test/Transforms/InstCombine/and-compare.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \ +; RUN: opt %s -instcombine | llvm-dis | \ ; RUN: grep and | count 1 ; Should be optimized to one and. |