blob: 25ba384b785a88c94fc7c22dbe6ba9df6dd02ea1 [file] [log] [blame]
Evan Cheng8cb1e2b2006-01-27 21:13:27 +00001; XFAIL: *
Chris Lattnera23076a2005-08-03 21:01:46 +00002; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | not grep call
Chris Lattner70a19502005-05-15 05:52:51 +00003
4fastcc int %bar(int %X, int(double, int) *%FP) {
5 %Y = tail call fastcc int %FP(double 0.0, int %X)
6 ret int %Y
7}
8