diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-07-20 19:12:00 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-07-20 19:12:00 +0000 |
| commit | 24b350039b25d65463a7387181f9bfcd3b3598b0 (patch) | |
| tree | f55d6f9a29b98d2a094c27d4162f61a1e1556b4a /llvm | |
| parent | 18aa4d81965eff7a63c23520a78de925bf5fd80d (diff) | |
| download | bcm5719-llvm-24b350039b25d65463a7387181f9bfcd3b3598b0.tar.gz bcm5719-llvm-24b350039b25d65463a7387181f9bfcd3b3598b0.zip | |
Allow this to pass on non-linux systems as well, such as darwin
llvm-svn: 22484
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Regression/CodeGen/X86/fast-cc-merge-stack-adj.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/fast-cc-merge-stack-adj.ll b/llvm/test/Regression/CodeGen/X86/fast-cc-merge-stack-adj.ll index aff5ceeddda..de8372cbc49 100644 --- a/llvm/test/Regression/CodeGen/X86/fast-cc-merge-stack-adj.ll +++ b/llvm/test/Regression/CodeGen/X86/fast-cc-merge-stack-adj.ll @@ -1,5 +1,7 @@ ; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | grep 'add %ESP, 8' +target triple = "i686-pc-linux-gnu" + declare fastcc void %func(int *%X, long %Y) fastcc void %caller(int, long) { |

