1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Cosmetic.

llvm-svn: 52450
This commit is contained in:
Evan Cheng 2008-06-18 07:47:28 +00:00
parent c7a2b72a42
commit cba32609d2

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