From: Dan Gohman Date: Tue, 27 Jan 2009 00:58:47 +0000 (+0000) Subject: Enable the red zone on x86-64 by default. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=499cb3fcfb49da80bb9ed983598f3d5c5ae72e59;p=oota-llvm.git Enable the red zone on x86-64 by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63078 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp index fd577c7438a..49f1e4dfaae 100644 --- a/lib/Target/TargetMachine.cpp +++ b/lib/Target/TargetMachine.cpp @@ -169,7 +169,7 @@ static cl::opt 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