projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afc64e4
)
Wrap long line.
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 16 Apr 2007 14:17:04 +0000
(14:17 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 16 Apr 2007 14:17:04 +0000
(14:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36128
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/fp-stack-ret.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/fp-stack-ret.ll
b/test/CodeGen/X86/fp-stack-ret.ll
index 42cdb67cf5000f4fe7d4cde284b53e84c4ea35fd..85c5c02b5699233d28bda1b864de6c4a498087e5 100644
(file)
--- 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