Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Unified Diff: runtime/vm/flow_graph_builder.h

Issue 2640993003: VM: [Cleanup] Delete legacy code associated with BranchInstr. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698