| Index: runtime/vm/flow_graph_optimizer.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.cc (revision 15686)
|
| +++ runtime/vm/flow_graph_optimizer.cc (working copy)
|
| @@ -152,7 +152,7 @@
|
| entry->Accept(this);
|
| for (ForwardInstructionIterator it(entry); !it.Done(); it.Advance()) {
|
| Instruction* current = it.Current();
|
| - Instruction* replacement = current->Canonicalize();
|
| + Instruction* replacement = current->Canonicalize(this);
|
| if (replacement != current) {
|
| // For non-definitions Canonicalize should return either NULL or
|
| // this.
|
|
|