| Index: src/compiler.cc
|
| ===================================================================
|
| --- src/compiler.cc (revision 4136)
|
| +++ src/compiler.cc (working copy)
|
| @@ -105,7 +105,7 @@
|
|
|
| #ifdef DEBUG
|
| if (FLAG_print_graph_text && !builder.HasStackOverflow()) {
|
| - builder.graph()->PrintText(builder.postorder());
|
| + builder.graph()->PrintText(function, builder.postorder());
|
| }
|
| #endif
|
| }
|
| @@ -509,7 +509,7 @@
|
|
|
| #ifdef DEBUG
|
| if (FLAG_print_graph_text && !builder.HasStackOverflow()) {
|
| - builder.graph()->PrintText(builder.postorder());
|
| + builder.graph()->PrintText(literal, builder.postorder());
|
| }
|
| #endif
|
| }
|
|
|