summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/MSP430/2009-05-19-DoubleSplit.ll
blob: 70f1d996e7caba8e022e4daf7a0188e508916c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: llvm-as < %s | llc -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)

OpenPOWER on IntegriCloud