| Index: runtime/vm/flow_graph_compiler_x64.h
|
| diff --git a/runtime/vm/flow_graph_compiler_x64.h b/runtime/vm/flow_graph_compiler_x64.h
|
| index 8105984b1bdd48a1b84269f62da77b67c36ccb10..4faff67cf5372135fff6c40cdcb0339c9030ab91 100644
|
| --- a/runtime/vm/flow_graph_compiler_x64.h
|
| +++ b/runtime/vm/flow_graph_compiler_x64.h
|
| @@ -159,9 +159,9 @@ class FlowGraphCompiler : public ValueObject {
|
| // Returns assembler label associated with the given block entry.
|
| Label* GetBlockLabel(BlockEntryInstr* block_entry) const;
|
|
|
| - // Returns true if the next block after current in the current block order
|
| - // is the given block.
|
| - bool IsNextBlock(TargetEntryInstr* block_entry) const;
|
| + // Returns true if there is a next block after the current one in
|
| + // the block order and if it is the given block.
|
| + bool IsNextBlock(BlockEntryInstr* block_entry) const;
|
|
|
| void AddExceptionHandler(intptr_t try_index, intptr_t pc_offset);
|
| void AddCurrentDescriptor(PcDescriptors::Kind kind,
|
|
|