diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-16 14:17:04 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-16 14:17:04 +0000 |
commit | 97d7a588a83ba182d7beda8c4b21acaced61739c (patch) | |
tree | f02284682458428d25955301f702835ef321c2bb /test | |
parent | afc64e4da0fe4a405d4f3f1db626a244d4abce62 (diff) | |
download | external_llvm-97d7a588a83ba182d7beda8c4b21acaced61739c.zip external_llvm-97d7a588a83ba182d7beda8c4b21acaced61739c.tar.gz external_llvm-97d7a588a83ba182d7beda8c4b21acaced61739c.tar.bz2 |
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.ll | 3 |
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 42cdb67..85c5c02 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 |