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
+ }



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to