2009-09-09 01:54:48 +02:00
|
|
|
; RUN: llc < %s -march=x86 -x86-asm-syntax=intel -tailcallopt | not grep call
|
2008-09-12 00:24:28 +02: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
|
|
|
|
}
|