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

Unified Diff: runtime/vm/flow_graph_optimizer.h

Issue 14872002: Improve load forwarding: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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_optimizer.h
diff --git a/runtime/vm/flow_graph_optimizer.h b/runtime/vm/flow_graph_optimizer.h
index 8a616a344dc441ed3d032b71b1d5b50f6850fa25..5e37bdbaea4211ee5574d3a4b767615f825f673f 100644
--- a/runtime/vm/flow_graph_optimizer.h
+++ b/runtime/vm/flow_graph_optimizer.h
@@ -35,7 +35,7 @@ class FlowGraphOptimizer : public FlowGraphVisitor {
// shift can be a truncating Smi shift-left and result is always Smi.
void TryOptimizeLeftShiftWithBitAndPattern();
- void Canonicalize();
+ bool Canonicalize();
srdjan 2013/05/02 21:00:54 Please add comment when is true/false returned.
Vyacheslav Egorov (Google) 2013/05/02 21:20:25 Done.
void EliminateDeadPhis();

Powered by Google App Engine
This is Rietveld 408576698