Index: src/x64/fast-codegen-x64.cc |
=================================================================== |
--- src/x64/fast-codegen-x64.cc (revision 3931) |
+++ src/x64/fast-codegen-x64.cc (working copy) |
@@ -188,6 +188,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"); |