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