Format more neatly.
authorDuncan Sands <baldrick@free.fr>
Mon, 5 Jan 2009 20:39:50 +0000 (20:39 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 5 Jan 2009 20:39:50 +0000 (20:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61744 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/GlobalDCE.cpp

index 37ac94ae47efa36af8b11defec282bbab2b1ed7c..a9c9ec0fd844abc66bd55150834c3f2a9caba936 100644 (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");