Thanks to visit codestin.com
Credit goes to github.com

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 <[email protected]>
1 parent 428bcc5 commit fa26eed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa

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)