Implement PR3495: local spiller optimization. The local spiller can now keep availabi...
[oota-llvm.git] / test / CodeGen / X86 / 2007-02-25-FastCCStack.ll
1 ; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium3
2
3 define internal fastcc double @ggc_rlimit_bound(double %limit) {
4     ret double %limit
5 }