aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fast-cc-callee-pops.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-26 20:44:24 +0000
committerChris Lattner <sabre@nondot.org>2006-07-26 20:44:24 +0000
commit7d84661210fcedf8583c75849f09fe83facd541e (patch)
tree614f16bf8478577c56a3e03981901686b2a55e0f /test/CodeGen/X86/fast-cc-callee-pops.ll
parentfab30f2aa08518ff7e38e5d993db9d2206551f24 (diff)
downloadexternal_llvm-7d84661210fcedf8583c75849f09fe83facd541e.zip
external_llvm-7d84661210fcedf8583c75849f09fe83facd541e.tar.gz
external_llvm-7d84661210fcedf8583c75849f09fe83facd541e.tar.bz2
allow this to pass on non-x86 machines
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29303 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fast-cc-callee-pops.ll')
-rw-r--r--test/CodeGen/X86/fast-cc-callee-pops.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-cc-callee-pops.ll b/test/CodeGen/X86/fast-cc-callee-pops.ll
index 633e7c4..51527ce 100644
--- 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.