mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 02:28:23 +00:00
Enable the red zone on x86-64 by default.
llvm-svn: 63078
This commit is contained in:
parent
4353517ac4
commit
f3c2ac3497
@ -169,7 +169,7 @@ static cl::opt<bool, true>
|
|||||||
DisableRedZoneOption("disable-red-zone",
|
DisableRedZoneOption("disable-red-zone",
|
||||||
cl::desc("Do not emit code that uses the red zone."),
|
cl::desc("Do not emit code that uses the red zone."),
|
||||||
cl::location(DisableRedZone),
|
cl::location(DisableRedZone),
|
||||||
cl::init(true));
|
cl::init(false));
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
// TargetMachine Class
|
// TargetMachine Class
|
||||||
|
Loading…
Reference in New Issue
Block a user