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 2f42054 commit 6719540Copy full SHA for 6719540
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternals.qll
@@ -64,7 +64,7 @@ private class DefOrUse extends TDefOrUse {
64
/** Gets the block of this definition or use. */
65
abstract IRBlock getBlock();
66
67
- /** Holds if this definition or use has rank `rank` in block `block`. */
+ /** Holds if this definition or use has index `index` in block `block`. */
68
final predicate hasIndexInBlock(IRBlock block, int index) {
69
block.getInstruction(index) = toInstruction(this)
70
}
0 commit comments