diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-07-26 20:44:24 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-07-26 20:44:24 +0000 |
| commit | 698913e6c5533d0abdc09c58c0d734b94a896037 (patch) | |
| tree | a2851f7f865e076b1c347029de719f909884b146 | |
| parent | 963ac1486a0bd8e50ae04dc2d68b179f89f892e6 (diff) | |
| download | bcm5719-llvm-698913e6c5533d0abdc09c58c0d734b94a896037.tar.gz bcm5719-llvm-698913e6c5533d0abdc09c58c0d734b94a896037.zip | |
allow this to pass on non-x86 machines
llvm-svn: 29303
| -rw-r--r-- | llvm/test/Regression/CodeGen/X86/fast-cc-callee-pops.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/fast-cc-callee-pops.ll b/llvm/test/Regression/CodeGen/X86/fast-cc-callee-pops.ll index 633e7c4868c..51527ceae16 100644 --- a/llvm/test/Regression/CodeGen/X86/fast-cc-callee-pops.ll +++ b/llvm/test/Regression/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. |

