diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-06-18 07:47:28 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-06-18 07:47:28 +0000 |
commit | e3c4f5387879d7287bc6f5ffaf7f07542b360df9 (patch) | |
tree | 2a1d2f547587a3edfd0cc1715790395eed5f8e80 | |
parent | 568e37c6475ca9f81d0a513d4573175932b2ee27 (diff) | |
download | external_llvm-e3c4f5387879d7287bc6f5ffaf7f07542b360df9.zip external_llvm-e3c4f5387879d7287bc6f5ffaf7f07542b360df9.tar.gz external_llvm-e3c4f5387879d7287bc6f5ffaf7f07542b360df9.tar.bz2 |
Cosmetic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52450 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/VirtRegMap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/VirtRegMap.cpp b/lib/CodeGen/VirtRegMap.cpp index 220a8ec..30ed107 100644 --- a/lib/CodeGen/VirtRegMap.cpp +++ b/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"); |