mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
SSA: Remove the need for ExitBasicBlock in SSA.
This commit is contained in:
@@ -18,8 +18,6 @@ module SsaInput implements SsaImplCommon::InputSig<Location> {
|
||||
|
||||
BasicBlock getABasicBlockSuccessor(BasicBlock bb) { result = bb.getASuccessor() }
|
||||
|
||||
class ExitBasicBlock extends BasicBlock, BasicBlocks::ExitBasicBlock { }
|
||||
|
||||
class SourceVariable = LocalVariable;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user