| Index: runtime/vm/flow_graph_compiler_mips.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_mips.cc (revision 26676)
|
| +++ runtime/vm/flow_graph_compiler_mips.cc (working copy)
|
| @@ -158,7 +158,6 @@
|
|
|
| __ BranchLink(&StubCode::DeoptimizeLabel());
|
| set_pc_offset(assem->CodeSize());
|
| - __ break_(0); // TODO(regis): Remove breakpoint to save space.
|
| #undef __
|
| }
|
|
|
| @@ -770,9 +769,6 @@
|
| }
|
|
|
|
|
| -// TODO(regis): Pass an offset instead of an Address to avoid addressing
|
| -// mode restrictions and remove Operand::Equals() on IA32/X64 and
|
| -// Address::Equals() on ARM/MIPS.
|
| void FlowGraphCompiler::EmitTrySyncMove(intptr_t dest_offset,
|
| Location loc,
|
| bool* push_emitted) {
|
|
|