diff options
Diffstat (limited to 'test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll')
-rw-r--r-- | test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll b/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll index e46a875a7cfad..ce66c706488da 100644 --- a/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll +++ b/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll @@ -1,5 +1,5 @@ ; RUN: opt < %s -instcombine -S | \ -; RUN: grep {ret i1 false} +; RUN: grep "ret i1 false" define i1 @test() { %X = trunc i32 320 to i1 ; <i1> [#uses=1] ret i1 %X |