From fca3c644eab66d98d61bda4fd9cefacd6de0784c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 20 Jul 2005 19:12:00 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/fast-cc-merge-stack-adj.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CodeGen/X86/fast-cc-merge-stack-adj.ll b/test/CodeGen/X86/fast-cc-merge-stack-adj.ll index aff5ceeddda..de8372cbc49 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) { -- 2.34.1