diff options
author | Chris Lattner <sabre@nondot.org> | 2007-02-28 18:38:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-02-28 18:38:58 +0000 |
commit | debe91c78aaea974a21fd7df91082e95eeb07a11 (patch) | |
tree | f01ea9e8a9024656b6f1de2e0da2ba76f2369667 /llvm/test/CodeGen/X86/fast-cc-merge-stack-adj.ll | |
parent | c46bf3577d5186099b889c458a632753e92bb626 (diff) | |
download | bcm5719-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.ll | 2 |
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" |