Format more neatly.

llvm-svn: 61744
This commit is contained in:
Duncan Sands 2009-01-05 20:39:50 +00:00
parent d24b93f339
commit 821d13cf78
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#include <set> #include <set>
using namespace llvm; using namespace llvm;
STATISTIC(NumAliases, "Number of global aliases removed"); STATISTIC(NumAliases , "Number of global aliases removed");
STATISTIC(NumFunctions, "Number of functions removed"); STATISTIC(NumFunctions, "Number of functions removed");
STATISTIC(NumVariables, "Number of global variables removed"); STATISTIC(NumVariables, "Number of global variables removed");