2009-09-08 23:54:48 +00:00
|
|
|
; RUN: llc < %s -march=x86 -x86-asm-syntax=intel -tailcallopt | not grep call
|
2008-09-11 22:24:28 +00:00
|
|
|
define fastcc i32 @bar(i32 %X, i32(double, i32) *%FP) {
|
|
|
|
%Y = tail call fastcc i32 %FP(double 0.0, i32 %X)
|
|
|
|
ret i32 %Y
|
|
|
|
}
|