Format more neatly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61744 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2009-01-05 20:39:50 +00:00
parent 2631ac3b5b
commit 15b5750664

View File

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