aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveIntervalAnalysis.cpp
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-02-21 18:07:33 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-02-21 18:07:33 +0000
commitd6f6d1a80daf89ad0bddc4b8335e1b2ae1ec3410 (patch)
tree87f464ff2d4667e83f5917d1eb5d5b065bec9cee /lib/CodeGen/LiveIntervalAnalysis.cpp
parent3567937f16643b80f995ee9c9cd3e3f75027d460 (diff)
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
Diffstat (limited to 'lib/CodeGen/LiveIntervalAnalysis.cpp')
-rw-r--r--lib/CodeGen/LiveIntervalAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp
index f606d260d6..00e366fbb3 100644
--- a/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -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",