From 744917b63a32776dab3561e2f28312d08a10561d Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 5 Jan 2009 20:39:50 +0000 Subject: [PATCH] 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(-) 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"); -- 2.11.0