File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -667,7 +667,7 @@ class SsaPhiNode extends Node, TSsaPhiNode {
667
667
/**
668
668
* INTERNAL: Do not use.
669
669
*
670
- * A note that is used as an input to a phi node.
670
+ * A node that is used as an input to a phi node.
671
671
*
672
672
* This class exists to allow more powerful barrier guards. Consider this
673
673
* example:
@@ -684,9 +684,9 @@ class SsaPhiNode extends Node, TSsaPhiNode {
684
684
* At the phi node for `x` it is neither the case that `x` is dominated by
685
685
* `safe(x)`, or is the case that the phi is dominated by a clearing of `x`.
686
686
*
687
- * However, by inserting an "phi input" nodes as the last entry in the basic
688
- * block that defines the inputs to the phi we can conclude that each of those
689
- * inputs are safe to pass to `sink`.
687
+ * By inserting a "phi input" node as the last entry in the basic block that
688
+ * defines the inputs to the phi we can conclude that each of those inputs are
689
+ * safe to pass to `sink`.
690
690
*/
691
691
class SsaPhiInputNode extends Node , TSsaPhiInputNode {
692
692
Ssa:: PhiNode phi ;
You can’t perform that action at this time.
0 commit comments