aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/TargetMachine.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-01-27 00:58:47 +0000
committerDan Gohman <gohman@apple.com>2009-01-27 00:58:47 +0000
commit75cee3a93c82ada7f9dd90906b858d200617e007 (patch)
tree5cb09f189bf75002d9fbce16cb641c6e689dab2e /llvm/lib/Target/TargetMachine.cpp
parent45c899cd1519c7b796290dc8875ff987cfb5be83 (diff)
downloadllvm-75cee3a93c82ada7f9dd90906b858d200617e007.zip
llvm-75cee3a93c82ada7f9dd90906b858d200617e007.tar.gz
llvm-75cee3a93c82ada7f9dd90906b858d200617e007.tar.bz2
Enable the red zone on x86-64 by default.
llvm-svn: 63078
Diffstat (limited to 'llvm/lib/Target/TargetMachine.cpp')
-rw-r--r--llvm/lib/Target/TargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetMachine.cpp b/llvm/lib/Target/TargetMachine.cpp
index fd577c7..49f1e4dfa 100644
--- a/llvm/lib/Target/TargetMachine.cpp
+++ b/llvm/lib/Target/TargetMachine.cpp
@@ -169,7 +169,7 @@ static cl::opt<bool, true>
DisableRedZoneOption("disable-red-zone",
cl::desc("Do not emit code that uses the red zone."),
cl::location(DisableRedZone),
- cl::init(true));
+ cl::init(false));
//---------------------------------------------------------------------------
// TargetMachine Class