mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 23:17:16 +00:00
Make 'fold' statistic's description the same in both allocators.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11687 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -54,7 +54,7 @@ namespace {
|
||||
("liveintervals", "Number of identity moves eliminated after coalescing");
|
||||
|
||||
Statistic<> numFolded
|
||||
("liveintervals", "Number of register operands folded");
|
||||
("liveintervals", "Number of loads/stores folded into instructions");
|
||||
|
||||
cl::opt<bool>
|
||||
join("join-liveintervals",
|
||||
|
||||
Reference in New Issue
Block a user