All stats are "Number of ..."
authorChris Lattner <sabre@nondot.org>
Sun, 7 Aug 2005 20:02:04 +0000 (20:02 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Aug 2005 20:02:04 +0000 (20:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22694 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/SimplifyLibCalls.cpp

index 99675b3cb359193e1c0127551ccbc4c8cbe53fc2..b8337d6f25070091d176b47ecfc5556bc8d46fb3 100644 (file)
@@ -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;