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