blob: 34ce5fd4c3f880ae8fb2f891f7da31f6e71a1f2a (
plain)
1
2
3
4
5
6
7
|
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | not grep call
fastcc int %bar(int %X, int(double, int) *%FP) {
%Y = tail call fastcc int %FP(double 0.0, int %X)
ret int %Y
}
|