Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / Transforms / InstSimplify / ConstProp / 2006-12-01-TruncBoolBug.ll
blobc26498dfd9a5169ca7fd1b067f45e9e6dd68604a
1 ; RUN: opt < %s -passes=instcombine -S | \
2 ; RUN:   grep "ret i1 false"
3 define i1 @test() {
4         %X = trunc i32 320 to i1                ; <i1> [#uses=1]
5         ret i1 %X