Home | History | Annotate | Download | only in MSP430
      1 ; RUN: llc -verify-machineinstrs < %s -march=msp430
      2 
      3 define i16 @foo() {
      4 entry:
      5   %0 = call i32 @llvm.flt.rounds()
      6   %1 = trunc i32 %0 to i16
      7   ret i16 %1
      8 }
      9 
     10 declare i32 @llvm.flt.rounds() nounwind 
     11