Index: runtime/vm/flow_graph_optimizer.h |
=================================================================== |
--- runtime/vm/flow_graph_optimizer.h (revision 39070) |
+++ runtime/vm/flow_graph_optimizer.h (working copy) |
@@ -125,6 +125,7 @@ |
bool TryInlineInt32x4Method(InstanceCallInstr* call, |
MethodRecognizer::Kind recognized_kind); |
void ReplaceWithInstanceOf(InstanceCallInstr* instr); |
+ bool TypeCheckAsClassEquality(const AbstractType& type); |
void ReplaceWithTypeCast(InstanceCallInstr* instr); |
bool TryReplaceInstanceCallWithInline(InstanceCallInstr* call); |