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:
Alkis Evlogimenos
2004-02-21 18:07:33 +00:00
parent 3567937f16
commit d6f6d1a80d
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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",