Skip to content

Commit 428bcc5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,7 @@ class ChiInstruction extends Instruction {
19641964
final Instruction getPartial() { result = getPartialOperand().getDef() }
19651965

19661966
/**
1967-
* Gets the bit range `[startBit, endBit)` updated by the partial operand of this `ChiInstruction`.
1967+
* Gets the bit range `[startBit, endBit)` updated by the partial operand of this `ChiInstruction`, relative to the start address of the total operand.
19681968
*/
19691969
final predicate getUpdatedInterval(int startBit, int endBit) {
19701970
Construction::getIntervalUpdatedByChi(this, startBit, endBit)

0 commit comments

Comments
 (0)