| Index: runtime/vm/flow_graph_compiler_ia32.h
|
| diff --git a/runtime/vm/flow_graph_compiler_ia32.h b/runtime/vm/flow_graph_compiler_ia32.h
|
| index 764c46fbba283641a50f3cc5105ba359d6077002..ab15c9ef2ced2d602b38d87dc4c273b3d6669ec1 100644
|
| --- a/runtime/vm/flow_graph_compiler_ia32.h
|
| +++ b/runtime/vm/flow_graph_compiler_ia32.h
|
| @@ -150,9 +150,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,
|
|
|