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