Index: src/ia32/fast-codegen-ia32.cc |
=================================================================== |
--- src/ia32/fast-codegen-ia32.cc (revision 3295) |
+++ src/ia32/fast-codegen-ia32.cc (working copy) |
@@ -322,6 +322,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(); |