Java/Shared: Address review comments.

This commit is contained in:
Anders Schack-Mulligen
2025-05-20 14:30:40 +02:00
parent 3fde675d08
commit 10efea1075
3 changed files with 6 additions and 8 deletions

View File

@@ -70,10 +70,8 @@ predicate hasDominanceInformation(BasicBlock bb) {
}
/**
* A control-flow node that represents the start of a basic block.
*
* A basic block is a series of nodes with no control-flow branching, which can
* often be treated as a unit in analyses.
* A basic block, that is, a maximal straight-line sequence of control flow nodes
* without branches or joins.
*/
class BasicBlock extends BbImpl::BasicBlock {
/** Gets the immediately enclosing callable whose body contains this node. */