diff options
Diffstat (limited to 'test/Transforms/InstCombine/2008-08-05-And.ll')
-rw-r--r-- | test/Transforms/InstCombine/2008-08-05-And.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2008-08-05-And.ll b/test/Transforms/InstCombine/2008-08-05-And.ll index 939e6b8..07b8343 100644 --- a/test/Transforms/InstCombine/2008-08-05-And.ll +++ b/test/Transforms/InstCombine/2008-08-05-And.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep or +; RUN: opt %s -instcombine | llvm-dis | not grep or ; PR2629 define void @f(i8* %x) nounwind { |