summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-cc-merge-stack-adj.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-07-20 19:12:00 +0000
committerChris Lattner <sabre@nondot.org>2005-07-20 19:12:00 +0000
commitfca3c644eab66d98d61bda4fd9cefacd6de0784c (patch)
tree2b253b52882b1b8697465b76264c94aca3d850eb /test/CodeGen/X86/fast-cc-merge-stack-adj.ll
parentf9944f109c1ac2beee36ea5c7f161ba0ea32ff17 (diff)
downloadllvm-fca3c644eab66d98d61bda4fd9cefacd6de0784c.tar.gz
llvm-fca3c644eab66d98d61bda4fd9cefacd6de0784c.tar.bz2
llvm-fca3c644eab66d98d61bda4fd9cefacd6de0784c.tar.xz
Allow this to pass on non-linux systems as well, such as darwin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22484 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fast-cc-merge-stack-adj.ll')
-rw-r--r--test/CodeGen/X86/fast-cc-merge-stack-adj.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/X86/fast-cc-merge-stack-adj.ll b/test/CodeGen/X86/fast-cc-merge-stack-adj.ll
index aff5ceeddd..de8372cbc4 100644
--- a/test/CodeGen/X86/fast-cc-merge-stack-adj.ll
+++ b/test/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) {