aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fastcc-byval.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-04-23 19:39:41 +0000
committerDan Gohman <gohman@apple.com>2009-04-23 19:39:41 +0000
commite41bc94bb109e7f4bc1562a41d2d9ae7e97bc734 (patch)
tree90323b2defd208721911ce374ba89b0a2ba82e4e /test/CodeGen/X86/fastcc-byval.ll
parent4aa397c5bf8e2443b2b52f5c18c5ede97c143ad1 (diff)
downloadexternal_llvm-e41bc94bb109e7f4bc1562a41d2d9ae7e97bc734.zip
external_llvm-e41bc94bb109e7f4bc1562a41d2d9ae7e97bc734.tar.gz
external_llvm-e41bc94bb109e7f4bc1562a41d2d9ae7e97bc734.tar.bz2
Explicitly pass -tailcallopt=false to these tests so that they
work as intended no matter what the default setting of that option is. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69911 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fastcc-byval.ll')
-rw-r--r--test/CodeGen/X86/fastcc-byval.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fastcc-byval.ll b/test/CodeGen/X86/fastcc-byval.ll
index 9f6649c..94da505 100644
--- a/test/CodeGen/X86/fastcc-byval.ll
+++ b/test/CodeGen/X86/fastcc-byval.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc | grep {movl\[\[:space:\]\]*8(%esp), %eax} | count 2
+; RUN: llvm-as < %s | llc -tailcallopt=false | grep {movl\[\[:space:\]\]*8(%esp), %eax} | count 2
; PR3122
; rdar://6400815