diff options
| -rw-r--r-- | llvm/lib/CodeGen/VirtRegMap.cpp | 2 |
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"); |

