Merge branch 'master' into msp430
[llvm/msp430.git] / test / CodeGen / X86 / 2004-02-22-Casts.ll
blob40d5f39df642f8b14531f4e0a275d45090967797
1 ; RUN: llvm-as < %s | llc -march=x86
2 define i1 @test1(double %X) {
3         %V = fcmp one double %X, 0.000000e+00           ; <i1> [#uses=1]
4         ret i1 %V
7 define double @test2(i64 %X) {
8         %V = uitofp i64 %X to double            ; <double> [#uses=1]
9         ret double %V