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