Cosmetic.

llvm-svn: 52450
This commit is contained in:
Evan Cheng 2008-06-18 07:47:28 +00:00
parent 9b2c5730b3
commit 50d59478da
1 changed files with 1 additions and 1 deletions

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