| Index: runtime/vm/flow_graph_compiler_x64.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_x64.h (revision 11467)
|
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy)
|
| @@ -184,9 +184,7 @@
|
|
|
| void RecordSafepoint(LocationSummary* locs);
|
|
|
| - Label* AddDeoptStub(intptr_t deopt_id,
|
| - intptr_t try_index_,
|
| - DeoptReasonId reason);
|
| + Label* AddDeoptStub(intptr_t deopt_id, DeoptReasonId reason);
|
|
|
| void AddDeoptIndexAtCall(intptr_t deopt_id, intptr_t token_pos);
|
|
|
|
|