mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Shared: Undo changes to existing QLDoc.
This commit is contained in:
@@ -245,12 +245,7 @@ signature module Semantic {
|
||||
* Represents a phi node in the SSA form.
|
||||
*/
|
||||
class SsaPhiNode extends SsaVariable {
|
||||
/**
|
||||
* Holds if `inp` is an input to the phi node along the edge originating in `bb`.
|
||||
* @param inp The input variable.
|
||||
* @param bb The basic block.
|
||||
* @return True if `inp` is an input to the phi node along the edge originating in `bb`, false otherwise.
|
||||
*/
|
||||
/** Holds if `inp` is an input to the phi node along the edge originating in `bb`. */
|
||||
predicate hasInputFromBlock(SsaVariable inp, BasicBlock bb);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user