mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
ControlFlowReachability: Align the SSA signature with the one from shared SSA.
This commit is contained in:
@@ -33,13 +33,13 @@ private module ControlFlowInput implements
|
||||
|
||||
class SsaDefinition = Ssa::Definition;
|
||||
|
||||
class SsaWriteDefinition extends SsaDefinition instanceof Ssa::ExplicitDefinition {
|
||||
Expr getDefinition() { result = super.getADefinition().getSource() }
|
||||
class SsaExplicitWrite extends SsaDefinition instanceof Ssa::ExplicitDefinition {
|
||||
Expr getValue() { result = super.getADefinition().getSource() }
|
||||
}
|
||||
|
||||
class SsaPhiNode = Ssa::PhiNode;
|
||||
class SsaPhiDefinition = Ssa::PhiNode;
|
||||
|
||||
class SsaUncertainDefinition = Ssa::UncertainDefinition;
|
||||
class SsaUncertainWrite = Ssa::UncertainDefinition;
|
||||
|
||||
class GuardValue = Guards::GuardValue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user