Chromium Code Reviews| Index: runtime/vm/flow_graph_builder.h |
| =================================================================== |
| --- runtime/vm/flow_graph_builder.h (revision 11037) |
| +++ runtime/vm/flow_graph_builder.h (working copy) |
| @@ -117,6 +117,8 @@ |
| // Append a Goto (unconditional control flow) instruction and close |
| // the graph fragment. Assumes this graph fragment is open. |
| void Goto(JoinEntryInstr* join); |
| + // Build a computation for a constant value. |
|
srdjan
2012/08/21 22:14:53
s/Build/Builds/
|
| + MaterializeComp* Constant(const Object& value); |
| // Append a 'diamond' branch and join to this graph, depending on which |
| // parts are reachable. Assumes this graph is open. |