Skip to content

Commit fa26eed

Browse files
MathiasVPDave Bartolomeo
andauthored
Update cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/Operand.qll
Co-authored-by: Dave Bartolomeo <dbartol@github.com>
1 parent 428bcc5 commit fa26eed

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/Operand.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ class NonPhiMemoryOperand extends NonPhiOperand, MemoryOperand, NonPhiMemoryOper
331331

332332
/**
333333
* Holds if the operand totally overlaps with its definition and consumes the
334-
* bit range `[startBitOffset, endBitOffset)`.
334+
* bit range `[startBitOffset, endBitOffset)` relative to the start address of the definition.
335335
*/
336336
predicate getUsedInterval(int startBitOffset, int endBitOffset) {
337337
Construction::getUsedInterval(this, startBitOffset, endBitOffset)

0 commit comments

Comments
 (0)