llvm-6502/test/CodeGen/MSP430/2009-05-19-DoubleSplit.ll
2009-09-09 00:09:15 +00:00

12 lines
233 B
LLVM

; RUN: llc < %s -march=msp430
define i16 @test(double %d) nounwind {
entry:
%add = fadd double %d, 1.000000e+00
%call = tail call i16 @funct(double %add) nounwind
ret i16 %call
}
declare i16 @funct(double)