Index: src/x64/fast-codegen-x64.cc |
=================================================================== |
--- src/x64/fast-codegen-x64.cc (revision 3295) |
+++ src/x64/fast-codegen-x64.cc (working copy) |
@@ -336,6 +336,7 @@ |
void FastCodeGenerator::VisitDeclaration(Declaration* decl) { |
+ Comment cmnt(masm_, "[ Declaration"); |
Variable* var = decl->proxy()->var(); |
ASSERT(var != NULL); // Must have been resolved. |
Slot* slot = var->slot(); |