diff options
Diffstat (limited to 'test/Transforms/InstCombine/2008-07-10-CastSextBool.ll')
-rw-r--r-- | test/Transforms/InstCombine/2008-07-10-CastSextBool.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/InstCombine/2008-07-10-CastSextBool.ll b/test/Transforms/InstCombine/2008-07-10-CastSextBool.ll index 2c18a53..e911532 100644 --- a/test/Transforms/InstCombine/2008-07-10-CastSextBool.ll +++ b/test/Transforms/InstCombine/2008-07-10-CastSextBool.ll @@ -1,5 +1,5 @@ -; RUN: opt %s -instcombine -S | grep {%C = xor i1 %A, true} -; RUN: opt %s -instcombine -S | grep {ret i1 false} +; RUN: opt < %s -instcombine -S | grep {%C = xor i1 %A, true} +; RUN: opt < %s -instcombine -S | grep {ret i1 false} ; PR2539 define i1 @test1(i1 %A) { |