summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-06-18 07:47:28 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-06-18 07:47:28 +0000
commit50d59478da84cf465542fdf462ed5382326c7eef (patch)
tree47e00d523d1b395e10e0885134d0c0ca82726fe0
parent9b2c5730b3c222b0b15182071ff3941af271e6a5 (diff)
downloadbcm5719-llvm-50d59478da84cf465542fdf462ed5382326c7eef.tar.gz
bcm5719-llvm-50d59478da84cf465542fdf462ed5382326c7eef.zip
Cosmetic.
llvm-svn: 52450
-rw-r--r--llvm/lib/CodeGen/VirtRegMap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/VirtRegMap.cpp b/llvm/lib/CodeGen/VirtRegMap.cpp
index 220a8ec084a..30ed107668a 100644
--- a/llvm/lib/CodeGen/VirtRegMap.cpp
+++ b/llvm/lib/CodeGen/VirtRegMap.cpp
@@ -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");
OpenPOWER on IntegriCloud