Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h |
| index 217d091901f897982706b502656afe0b99806bd2..7e9bed846d40c94d673429a0fa31ff5722ec7601 100644 |
| --- a/runtime/vm/intermediate_language.h |
| +++ b/runtime/vm/intermediate_language.h |
| @@ -1338,6 +1338,8 @@ class ControlInstruction : public Instruction { |
| void EmitBranchOnCondition(FlowGraphCompiler* compiler, |
| Condition true_condition); |
| + void EmitBranchOnValue(FlowGraphCompiler* compiler, bool result); |
|
srdjan
2012/09/06 13:32:55
Please add comment explaining what flag 'result' m
|
| + |
| private: |
| TargetEntryInstr* true_successor_; |
| TargetEntryInstr* false_successor_; |