[llvm-commits] [llvm] r52450 - /llvm/trunk/lib/CodeGen/VirtRegMap.cpp
Evan Cheng
evan.cheng at apple.com
Wed Jun 18 00:47:29 PDT 2008
Author: evancheng
Date: Wed Jun 18 02:47:28 2008
New Revision: 52450
URL: http://llvm.org/viewvc/llvm-project?rev=52450&view=rev
Log:
Cosmetic.
Modified:
llvm/trunk/lib/CodeGen/VirtRegMap.cpp
Modified: llvm/trunk/lib/CodeGen/VirtRegMap.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/VirtRegMap.cpp?rev=52450&r1=52449&r2=52450&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/VirtRegMap.cpp (original)
+++ llvm/trunk/lib/CodeGen/VirtRegMap.cpp Wed Jun 18 02:47:28 2008
@@ -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");
More information about the llvm-commits
mailing list