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 aeb2284 commit 72cbcc5Copy full SHA for 72cbcc5
shared/ssa/codeql/ssa/Ssa.qll
@@ -1761,7 +1761,7 @@ module Make<
1761
* ```
1762
* a phi definition for `x` is inserted just before the call `puts x`.
1763
*/
1764
- class SsaPhiDefinition extends SsaDefinition {
+ class SsaPhiDefinition extends SsaDefinition instanceof PhiNode {
1765
/** Holds if `inp` is an input to this phi definition along the edge originating in `bb`. */
1766
predicate hasInputFromBlock(SsaDefinition inp, BasicBlock bb) {
1767
phiHasInputFromBlockCached(this, inp, bb)
0 commit comments