summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fast-cc-merge-stack-adj.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-28 18:38:58 +0000
committerChris Lattner <sabre@nondot.org>2007-02-28 18:38:58 +0000
commitdebe91c78aaea974a21fd7df91082e95eeb07a11 (patch)
treef01ea9e8a9024656b6f1de2e0da2ba76f2369667 /llvm/test/CodeGen/X86/fast-cc-merge-stack-adj.ll
parentc46bf3577d5186099b889c458a632753e92bb626 (diff)
downloadbcm5719-llvm-debe91c78aaea974a21fd7df91082e95eeb07a11.tar.gz
bcm5719-llvm-debe91c78aaea974a21fd7df91082e95eeb07a11.zip
Eliminate enable-x86-fastcc
llvm-svn: 34753
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-cc-merge-stack-adj.ll')
-rw-r--r--llvm/test/CodeGen/X86/fast-cc-merge-stack-adj.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-cc-merge-stack-adj.ll b/llvm/test/CodeGen/X86/fast-cc-merge-stack-adj.ll
index cc488896253..375d60c8d15 100644
--- a/llvm/test/CodeGen/X86/fast-cc-merge-stack-adj.ll
+++ b/llvm/test/CodeGen/X86/fast-cc-merge-stack-adj.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | grep 'add ESP, 8'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | grep 'add ESP, 8'
target triple = "i686-pc-linux-gnu"
OpenPOWER on IntegriCloud