aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-07 20:02:04 +0000
committerChris Lattner <sabre@nondot.org>2005-08-07 20:02:04 +0000
commitbbf728edebe3ba724d49fa3aff525c59ebca7942 (patch)
treeac47a8385827e4b2d0fde6a130e05cc0571c4368 /lib/Transforms
parent2b83af2d0f3ab05f0d87a5b5110b2c572275da43 (diff)
All stats are "Number of ..."
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22694 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/IPO/SimplifyLibCalls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/IPO/SimplifyLibCalls.cpp b/lib/Transforms/IPO/SimplifyLibCalls.cpp
index 99675b3cb3..b8337d6f25 100644
--- a/lib/Transforms/IPO/SimplifyLibCalls.cpp
+++ b/lib/Transforms/IPO/SimplifyLibCalls.cpp
@@ -36,7 +36,7 @@ namespace {
/// This statistic keeps track of the total number of library calls that have
/// been simplified regardless of which call it is.
Statistic<> SimplifiedLibCalls("simplify-libcalls",
- "Total number of library calls simplified");
+ "Number of library calls simplified");
// Forward declarations
class LibCallOptimization;