From 1bd7dc77fd268e546f8d460a91e7a407695a081e Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 5 Jan 2009 20:39:50 +0000 Subject: [PATCH] Format more neatly. llvm-svn: 61744 --- lib/Transforms/IPO/GlobalDCE.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/IPO/GlobalDCE.cpp b/lib/Transforms/IPO/GlobalDCE.cpp index 37ac94ae47e..a9c9ec0fd84 100644 --- a/lib/Transforms/IPO/GlobalDCE.cpp +++ b/lib/Transforms/IPO/GlobalDCE.cpp @@ -25,7 +25,7 @@ #include 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");