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:
fab30f2
)
allow this to pass on non-x86 machines
author
Chris Lattner
<sabre@nondot.org>
Wed, 26 Jul 2006 20:44:24 +0000
(20:44 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 26 Jul 2006 20:44:24 +0000
(20:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29303
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/fast-cc-callee-pops.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/fast-cc-callee-pops.ll
b/test/CodeGen/X86/fast-cc-callee-pops.ll
index 633e7c4868c8c2e58fc2457e8eb49b80ab1eb199..51527ceae162cd5107524f4c7d50d01489ac607b 100644
(file)
--- a/
test/CodeGen/X86/fast-cc-callee-pops.ll
+++ b/
test/CodeGen/X86/fast-cc-callee-pops.ll
@@
-1,4
+1,4
@@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | grep 'ret 28'
+; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc
-mcpu=yonah
| grep 'ret 28'
; Check that a fastcc function pops its stack variables before returning.