We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b2aeb commit 88fe4faCopy full SHA for 88fe4fa
shared/ssa/codeql/ssa/Ssa.qll
@@ -1563,8 +1563,6 @@ module Make<LocationSig Location, InputSig<Location> Input> {
1563
this instanceof PhiNode
1564
or
1565
this instanceof PhiReadNode
1566
- or
1567
- DfInput::allowFlowIntoUncertainDef(this)
1568
}
1569
1570
/** Holds if `def` may flow into this definition via basic block `input`. */
0 commit comments