mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-04 01:26:41 +00:00
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177898 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3cf2dba90f
commit
259021a562
@ -67,14 +67,14 @@ DisableColoring("no-stack-coloring",
|
||||
/// code. If this flag is enabled, we try to save the user.
|
||||
static cl::opt<bool>
|
||||
ProtectFromEscapedAllocas("protect-from-escaped-allocas",
|
||||
cl::init(false), cl::Hidden,
|
||||
cl::desc("Do not optimize lifetime zones that are broken"));
|
||||
cl::init(false), cl::Hidden,
|
||||
cl::desc("Do not optimize lifetime zones that "
|
||||
"are broken"));
|
||||
|
||||
STATISTIC(NumMarkerSeen, "Number of lifetime markers found.");
|
||||
STATISTIC(StackSpaceSaved, "Number of bytes saved due to merging slots.");
|
||||
STATISTIC(StackSlotMerged, "Number of stack slot merged.");
|
||||
STATISTIC(EscapedAllocas,
|
||||
"Number of allocas that escaped the lifetime region");
|
||||
STATISTIC(EscapedAllocas, "Number of allocas that escaped the lifetime region");
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// StackColoring Pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user