Cosmetic.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52450 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2008-06-18 07:47:28 +00:00
parent 604a818463
commit 625986afea

View File

@ -37,7 +37,7 @@
using namespace llvm;
STATISTIC(NumSpills , "Number of register spills");
STATISTIC(NumPSpills ,"Number of physical register spills");
STATISTIC(NumPSpills , "Number of physical register spills");
STATISTIC(NumReMats , "Number of re-materialization");
STATISTIC(NumDRM , "Number of re-materializable defs elided");
STATISTIC(NumStores , "Number of stores added");