Skip to content

Commit 821d13c

Browse files
Format more neatly.
llvm-svn: 61744
1 parent d24b93f commit 821d13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/IPO/GlobalDCE.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include <set>
2626
using namespace llvm;
2727

28-
STATISTIC(NumAliases, "Number of global aliases removed");
28+
STATISTIC(NumAliases , "Number of global aliases removed");
2929
STATISTIC(NumFunctions, "Number of functions removed");
3030
STATISTIC(NumVariables, "Number of global variables removed");
3131

0 commit comments

Comments
 (0)