Index: runtime/vm/flow_graph_optimizer.h |
=================================================================== |
--- runtime/vm/flow_graph_optimizer.h (revision 14428) |
+++ runtime/vm/flow_graph_optimizer.h (working copy) |
@@ -63,7 +63,8 @@ |
bool TryReplaceWithUnaryOp(InstanceCallInstr* call, Token::Kind op_kind); |
bool TryInlineInstanceGetter(InstanceCallInstr* call); |
- bool TryInlineInstanceSetter(InstanceCallInstr* call); |
+ bool TryInlineInstanceSetter(InstanceCallInstr* call, |
+ const ICData& unary_ic_data); |
bool TryInlineInstanceMethod(InstanceCallInstr* call); |