diff options
Diffstat (limited to 'test/Transforms/InstCombine/2006-11-27-XorBug.ll')
-rw-r--r-- | test/Transforms/InstCombine/2006-11-27-XorBug.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/InstCombine/2006-11-27-XorBug.ll b/test/Transforms/InstCombine/2006-11-27-XorBug.ll index ba33186..1f8b478 100644 --- a/test/Transforms/InstCombine/2006-11-27-XorBug.ll +++ b/test/Transforms/InstCombine/2006-11-27-XorBug.ll @@ -1,5 +1,5 @@ -; RUN: opt %s -instcombine -S | grep and.*32 -; RUN: opt %s -instcombine -S | \ +; RUN: opt < %s -instcombine -S | grep and.*32 +; RUN: opt < %s -instcombine -S | \ ; RUN: not grep or.*153 ; PR1014 |