summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-16 14:17:04 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-16 14:17:04 +0000
commit97d7a588a83ba182d7beda8c4b21acaced61739c (patch)
treef02284682458428d25955301f702835ef321c2bb /test
parentafc64e4da0fe4a405d4f3f1db626a244d4abce62 (diff)
downloadllvm-97d7a588a83ba182d7beda8c4b21acaced61739c.tar.gz
llvm-97d7a588a83ba182d7beda8c4b21acaced61739c.tar.bz2
llvm-97d7a588a83ba182d7beda8c4b21acaced61739c.tar.xz
Wrap long line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36128 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/fp-stack-ret.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fp-stack-ret.ll b/test/CodeGen/X86/fp-stack-ret.ll
index 42cdb67cf5..85c5c02b56 100644
--- a/test/CodeGen/X86/fp-stack-ret.ll
+++ b/test/CodeGen/X86/fp-stack-ret.ll
@@ -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