Index: src/ia32/fast-codegen-ia32.cc |
=================================================================== |
--- src/ia32/fast-codegen-ia32.cc (revision 3931) |
+++ src/ia32/fast-codegen-ia32.cc (working copy) |
@@ -621,6 +621,7 @@ |
void FastCodeGenerator::Generate(CompilationInfo* compilation_info) { |
ASSERT(info_ == NULL); |
info_ = compilation_info; |
+ Comment cmnt(masm_, "[ function compiled by fast code generator"); |
// Save the caller's frame pointer and set up our own. |
Comment prologue_cmnt(masm(), ";; Prologue"); |