blob: d6c9e5239516494ce15fff46cfcfda885dfc1188 [file] [log] [blame]
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00001; RUN: llvm-as < %s | llc
2define 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