Skip to content

Commit 6719540

Browse files
committed
C++: Fix qldoc.
1 parent 2f42054 commit 6719540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternals.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private class DefOrUse extends TDefOrUse {
6464
/** Gets the block of this definition or use. */
6565
abstract IRBlock getBlock();
6666

67-
/** Holds if this definition or use has rank `rank` in block `block`. */
67+
/** Holds if this definition or use has index `index` in block `block`. */
6868
final predicate hasIndexInBlock(IRBlock block, int index) {
6969
block.getInstruction(index) = toInstruction(this)
7070
}

0 commit comments

Comments
 (0)