Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / CodeGen / MSP430 / 2009-05-19-DoubleSplit.ll
blob70f1d996e7caba8e022e4daf7a0188e508916c66
1 ; RUN: llvm-as < %s | llc -march=msp430
3 define i16 @test(double %d) nounwind {
4 entry:
5         %add = fadd double %d, 1.000000e+00
6         %call = tail call i16 @funct(double %add) nounwind
7         ret i16 %call
10 declare i16 @funct(double)