diff options
-rw-r--r-- | test/CodeGen/X86/2007-02-25-FastCCStack.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2007-02-25-FastCCStack.ll b/test/CodeGen/X86/2007-02-25-FastCCStack.ll new file mode 100644 index 0000000000..3b1eb1fdb6 --- /dev/null +++ b/test/CodeGen/X86/2007-02-25-FastCCStack.ll @@ -0,0 +1,5 @@ +; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium3 + +define internal fastcc double @ggc_rlimit_bound(double %limit) { + ret double %limit +} |