Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 418 Bytes

File metadata and controls

4 lines (4 loc) · 418 Bytes
category breaking
  • The BasicBlock class is now defined using the shared basic blocks library. BasicBlock.getRoot has been replaced by BasicBlock.getScope. BasicBlock.getAPredecessor and BasicBlock.getASuccessor now take a SuccessorType argument. ReachableJoinBlock.inDominanceFrontierOf has been removed, so use BasicBlock.inDominanceFrontier instead, swapping the receiver and the argument.