All stats are "Number of ..."

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22694 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-08-07 20:02:04 +00:00
parent 2b83af2d0f
commit bbf728edeb

View 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;