add note in the output

llvm-svn: 39212
This commit is contained in:
Chris Lattner 2006-11-21 06:36:58 +00:00
parent 00348acace
commit d6775fa217
1 changed files with 1 additions and 0 deletions

View File

@ -937,6 +937,7 @@ static void ProcessInputFile(const std::string &InFile,
}
if (Stats) {
std::cerr << "\nSTATISTICS FOR '" << InFile << "':\n";
PP.PrintStats();
PP.getIdentifierTable().PrintStats();
HeaderInfo.PrintStats();