mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
SSA: Remove nodes that are no longer used.
This commit is contained in:
@@ -1563,8 +1563,6 @@ module Make<LocationSig Location, InputSig<Location> Input> {
|
||||
this instanceof PhiNode
|
||||
or
|
||||
this instanceof PhiReadNode
|
||||
or
|
||||
DfInput::allowFlowIntoUncertainDef(this)
|
||||
}
|
||||
|
||||
/** Holds if `def` may flow into this definition via basic block `input`. */
|
||||
|
||||
Reference in New Issue
Block a user