1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Format more neatly.

llvm-svn: 61744
This commit is contained in:
Duncan Sands 2009-01-05 20:39:50 +00:00
parent d64956c644
commit 1bd7dc77fd

View 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");