Index: src/compilation-cache.cc |
diff --git a/src/compilation-cache.cc b/src/compilation-cache.cc |
index ec5b39c2fb582eb3ac856e7cd67c9a630eadf8ad..8dd9ec16b23d436e628068a2a236a027cd618c9d 100644 |
--- a/src/compilation-cache.cc |
+++ b/src/compilation-cache.cc |
@@ -290,7 +290,6 @@ void CompilationCacheScript::Put(Handle<String> source, |
HandleScope scope; |
ASSERT(boilerplate->IsBoilerplate()); |
Handle<CompilationCacheTable> table = GetTable(0); |
- // TODO(X64): -fstrict-aliasing causes a problem with table. Fix it. |
CALL_HEAP_FUNCTION_VOID(table->Put(*source, *boilerplate)); |
} |