Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / MSP430 / flt_rounds.ll
blob25902a3a422a9a4b9851a0b5b7c2eafe885c6bd9
1 ; RUN: llc -verify-machineinstrs < %s -march=msp430
3 define i16 @foo() {
4 entry:
5   %0 = call i32 @llvm.get.rounding()
6   %1 = trunc i32 %0 to i16
7   ret i16 %1
10 declare i32 @llvm.get.rounding() nounwind