| Index: runtime/vm/flow_graph_compiler_x64.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_x64.h (revision 6710)
|
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy)
|
| @@ -106,14 +106,12 @@
|
| void GenerateAssertAssignable(intptr_t node_id,
|
| intptr_t token_index,
|
| intptr_t try_index,
|
| - Value* value,
|
| const AbstractType& dst_type,
|
| const String& dst_name);
|
|
|
| void GenerateInstanceOf(intptr_t node_id,
|
| intptr_t token_index,
|
| intptr_t try_index,
|
| - Value* value,
|
| const AbstractType& type,
|
| bool negate_result);
|
|
|
|
|