Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.cc (revision 36623) |
| +++ runtime/vm/flow_graph_compiler_x64.cc (working copy) |
| @@ -148,9 +148,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); |
| } |