| Index: runtime/vm/flow_graph_builder.h
|
| diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
|
| index 8db4aaec9fe7c55cf9909d2d00925f345e960071..98819bc28d5fefa1f36c0f2f61abbd36d5e7a106 100644
|
| --- a/runtime/vm/flow_graph_builder.h
|
| +++ b/runtime/vm/flow_graph_builder.h
|
| @@ -544,7 +544,7 @@ class TestGraphVisitor : public ValueGraphVisitor {
|
| // or adds the definition to the graph and returns a use of its value.
|
| virtual void ReturnDefinition(Definition* definition);
|
|
|
| - void MergeBranchWithComparison(ComparisonInstr* comp);
|
| + void MergeBranchWithStrictCompare(StrictCompareInstr* comp);
|
| void MergeBranchWithNegate(BooleanNegateInstr* comp);
|
|
|
| BlockEntryInstr* CreateSuccessorFor(
|
|
|