Cleanup output a bit

llvm-svn: 9567
This commit is contained in:
Chris Lattner 2003-10-28 22:53:49 +00:00
parent 2c14d253c4
commit c88f7bb317
1 changed files with 3 additions and 1 deletions

View File

@ -74,7 +74,9 @@ int main(int argc, char **argv) {
TotalExecutions += FunctionCounts[i].second;
std::cout << "===" << std::string(73, '-') << "===\n"
<< "LLVM profiling output for:\n";
<< "LLVM profiling output for execution";
if (PI.getNumExecutions() != 1) std::cout << "s";
std::cout << ":\n";
for (unsigned i = 0, e = PI.getNumExecutions(); i != e; ++i) {
std::cout << " ";