Index: runtime/vm/flow_graph_compiler_mips.cc |
=================================================================== |
--- runtime/vm/flow_graph_compiler_mips.cc (revision 29679) |
+++ runtime/vm/flow_graph_compiler_mips.cc (working copy) |
@@ -24,8 +24,6 @@ |
DEFINE_FLAG(bool, trap_on_deoptimization, false, "Trap on deoptimization."); |
DECLARE_FLAG(int, optimization_counter_threshold); |
DECLARE_FLAG(int, reoptimization_counter_threshold); |
-DECLARE_FLAG(bool, print_ast); |
-DECLARE_FLAG(bool, print_scopes); |
DECLARE_FLAG(bool, enable_type_checks); |
DECLARE_FLAG(bool, eliminate_type_checks); |
@@ -1203,16 +1201,6 @@ |
} |
} |
- if (FLAG_print_scopes) { |
- // Print the function scope (again) after generating the prologue in order |
- // to see annotations such as allocation indices of locals. |
- if (FLAG_print_ast) { |
- // Second printing. |
- OS::Print("Annotated "); |
- } |
- AstPrinter::PrintFunctionScope(parsed_function()); |
- } |
- |
VisitBlocks(); |
__ break_(0); |