From d6f6d1a80daf89ad0bddc4b8335e1b2ae1ec3410 Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Sat, 21 Feb 2004 18:07:33 +0000 Subject: 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 --- lib/CodeGen/LiveIntervalAnalysis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CodeGen/LiveIntervalAnalysis.cpp') 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 @@ 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 join("join-liveintervals", -- cgit v1.1