From 15b57506642522a4d0a3b9f15223c4454bcaf401 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 5 Jan 2009 20:39:50 +0000 Subject: Format more neatly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61744 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/IPO/GlobalDCE.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Transforms/IPO/GlobalDCE.cpp b/lib/Transforms/IPO/GlobalDCE.cpp index 37ac94ae47..a9c9ec0fd8 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"); -- cgit v1.2.3