blob: 81350a40b4dbee7a9ee796054515024340ed5e53 [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00002define double @test(i1 %X) {
3 %Y = uitofp i1 %X to double ; <double> [#uses=1]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00004 ret double %Y
5}
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00006