blob: ad02ece900c8deef914fe73b07c3c50a9e6d7e91 [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s -march=ppc32
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattner348c6182008-03-25 04:26:08 +00003define i32 @main() {
4 %setle = icmp sle i64 1, 0 ; <i1> [#uses=1]
5 %select = select i1 true, i1 %setle, i1 true ; <i1> [#uses=0]
6 ret i32 0
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007}
8