mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
SSA: Remove the need for ExitBasicBlock in SSA.
This commit is contained in:
@@ -47,8 +47,6 @@ module SsaInput implements SsaImplCommon::InputSig<Location> {
|
||||
|
||||
BasicBlock getABasicBlockSuccessor(BasicBlock bb) { result = bb.getASuccessor() }
|
||||
|
||||
class ExitBasicBlock = BasicBlocks::ExitBasicBlock;
|
||||
|
||||
/**
|
||||
* A variable amenable to SSA construction.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user