blob: e46a875a7cfad9bd8aa338bd7562dd3d3b0a35f4 [file] [log] [blame]
Dan Gohmanf2f6ce62009-09-11 18:01:28 +00001; RUN: opt < %s -instcombine -S | \
Reid Spencer4953e922007-04-14 23:04:54 +00002; RUN: grep {ret i1 false}
Tanya Lattnerec9a35a2008-03-01 09:15:35 +00003define i1 @test() {
4 %X = trunc i32 320 to i1 ; <i1> [#uses=1]
5 ret i1 %X
Chris Lattnerf0d6dd62006-12-01 19:02:56 +00006}
Tanya Lattnerec9a35a2008-03-01 09:15:35 +00007