fix an embarassing typo that resulted in llvm-gcc bootstrap miscompare
[llvm/avr.git] / test / CodeGen / Generic / bool-to-double.ll
blob81350a40b4dbee7a9ee796054515024340ed5e53
1 ; RUN: llc < %s
2 define double @test(i1 %X) {
3         %Y = uitofp i1 %X to double             ; <double> [#uses=1]
4         ret double %Y