aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/X86/tailccfp.ll
blob: 1e648485bcd3c6410e86b23b0601d5ae08e854b5 (plain)
1
2
3
4
5
6
; RUN: llc < %s -mtriple=i686-- | FileCheck %s
define tailcc i32 @bar(i32 %X, ptr%FP) {
     %Y = tail call tailcc i32 %FP(double 0.0, i32 %X)
     ret i32 %Y
; CHECK: jmpl
}