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
diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp
index f606d26..00e366f 100644
--- a/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -54,7 +54,7 @@
     ("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",