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