xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/2007-02-25-FastCCStack.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -march=x86 -mcpu=pentium3
2
3define internal fastcc double @ggc_rlimit_bound(double %limit) {
4    ret double %limit
5}
6