Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_mips.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_mips.cc (revision 36623) |
| +++ runtime/vm/flow_graph_compiler_mips.cc (working copy) |
| @@ -150,9 +150,7 @@ |
| builder->AddCopy(previous->ValueAt(i), previous->LocationAt(i), slot_ix++); |
| } |
| - const DeoptInfo& deopt_info = |
| - DeoptInfo::Handle(builder->CreateDeoptInfo(deopt_table)); |
| - return deopt_info.raw(); |
| + return builder->CreateDeoptInfo(deopt_table); |
| } |