allow this to pass on non-x86 machines

llvm-svn: 29303
This commit is contained in:
Chris Lattner 2006-07-26 20:44:24 +00:00
parent 963ac1486a
commit 698913e6c5
1 changed files with 1 additions and 1 deletions

View File

@ -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.