diff options
Diffstat (limited to 'lib/CodeGen/LiveIntervalAnalysis.cpp')
-rw-r--r-- | lib/CodeGen/LiveIntervalAnalysis.cpp | 2 |
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", |