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

Unified Diff: runtime/vm/flow_graph_allocator.h

Issue 12340108: Remove dead phis as soon as they are discovered. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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_allocator.h
diff --git a/runtime/vm/flow_graph_allocator.h b/runtime/vm/flow_graph_allocator.h
index 2c2447fbef99ecd581cc3eff8e0cf0afe2b72657..b191758986712218217fefb7aaafaf2b040f1b40 100644
--- a/runtime/vm/flow_graph_allocator.h
+++ b/runtime/vm/flow_graph_allocator.h
@@ -54,7 +54,7 @@ class FlowGraphAllocator : public ValueObject {
void CollectRepresentations();
// Eliminate unnecessary environments from the IL.
- void EliminateEnvironmentUses();
+ void EliminateEnvironments();
// Compute initial values for live-out, kill and live-in sets.
void ComputeInitialSets();

Powered by Google App Engine
This is Rietveld 408576698