[llvm-commits] CVS: llvm/test/CodeGen/X86/fp-stack-ret.ll
Reid Spencer
reid at x10sys.com
Mon Apr 16 07:17:25 PDT 2007
Changes in directory llvm/test/CodeGen/X86:
fp-stack-ret.ll updated: 1.3 -> 1.4
---
Log message:
Wrap long line.
---
Diffs of the changes: (+2 -1)
fp-stack-ret.ll | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/test/CodeGen/X86/fp-stack-ret.ll
diff -u llvm/test/CodeGen/X86/fp-stack-ret.ll:1.3 llvm/test/CodeGen/X86/fp-stack-ret.ll:1.4
--- llvm/test/CodeGen/X86/fp-stack-ret.ll:1.3 Sun Apr 15 18:00:46 2007
+++ llvm/test/CodeGen/X86/fp-stack-ret.ll Mon Apr 16 09:17:04 2007
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin8 -mcpu=yonah -march=x86 > %t
+; RUN: llvm-as < %s | \
+; RUN: llc -mtriple=i686-apple-darwin8 -mcpu=yonah -march=x86 > %t
; RUN: grep fldl %t | wc -l | grep 1
; RUN: not grep xmm %t &&
; RUN: grep {sub.*esp} %t | wc -l | grep 1
More information about the llvm-commits
mailing list