summaryrefslogtreecommitdiffstats
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
commit579b20b747ac4907c2dfd88bda1a769a153a6734 (patch)
treef00749b930748aabf6b99c662a4182efe66f1f44
parent2c14cf7b74a458167b58780aa8bdcd4b2908770b (diff)
downloadbcm5719-llvm-579b20b747ac4907c2dfd88bda1a769a153a6734.tar.gz
bcm5719-llvm-579b20b747ac4907c2dfd88bda1a769a153a6734.zip
All stats are "Number of ..."
llvm-svn: 22694
-rw-r--r--llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp b/llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp
index 99675b3cb35..b8337d6f250 100644
--- a/llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud