[llvm-commits] CVS: llvm/test/CodeGen/X86/2007-02-25-FastCCStack.ll
Chris Lattner
sabre at nondot.org
Sun Feb 25 14:23:31 PST 2007
Changes in directory llvm/test/CodeGen/X86:
2007-02-25-FastCCStack.ll added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+5 -0)
2007-02-25-FastCCStack.ll | 5 +++++
1 files changed, 5 insertions(+)
Index: llvm/test/CodeGen/X86/2007-02-25-FastCCStack.ll
diff -c /dev/null llvm/test/CodeGen/X86/2007-02-25-FastCCStack.ll:1.1
*** /dev/null Sun Feb 25 16:23:25 2007
--- llvm/test/CodeGen/X86/2007-02-25-FastCCStack.ll Sun Feb 25 16:23:15 2007
***************
*** 0 ****
--- 1,5 ----
+ ; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium3
+
+ define internal fastcc double @ggc_rlimit_bound(double %limit) {
+ ret double %limit
+ }
More information about the llvm-commits
mailing list