Index: src/compiler/register-allocator.h |
diff --git a/src/compiler/register-allocator.h b/src/compiler/register-allocator.h |
index 5160b89aa582c67ce82dde8b4208dda085e3952c..d4f21eb4ffadb0dfe20c0ecfa9a585a82f39b84d 100644 |
--- a/src/compiler/register-allocator.h |
+++ b/src/compiler/register-allocator.h |
@@ -480,7 +480,7 @@ class RegisterAllocator FINAL : public ZoneObject { |
void CommitAssignment(); |
// Phase 7: compute values for pointer maps. |
- void PopulatePointerMaps(); // TODO(titzer): rename to PopulateReferenceMaps. |
+ void PopulateReferenceMaps(); |
// Phase 8: reconnect split ranges with moves. |
void ConnectRanges(); |