Chromium Code Reviews| Index: runtime/vm/flow_graph_optimizer.h |
| =================================================================== |
| --- runtime/vm/flow_graph_optimizer.h (revision 30464) |
| +++ runtime/vm/flow_graph_optimizer.h (working copy) |
| @@ -339,8 +339,8 @@ |
| // Duplicate a branch while replacing its comparison's left and right |
| // inputs. |
| static BranchInstr* CloneBranch(BranchInstr* branch, |
| - Value* left, |
| - Value* right); |
| + Value* new_left, |
| + Value* new_right); |
| }; |