Skip to content

Commit 459bb6e

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
1 parent 5f9d3d7 commit 459bb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ private predicate isRelevantUnaryComparisonOperand(Operand op) {
972972
op = copy.getSourceValueOperand()
973973
)
974974
or
975-
// If phi(x1, x2) is a relevant unary comparison then so is `x1` and `x2`.
975+
// If phi(x1, x2) is a relevant unary comparison then so are `x1` and `x2`.
976976
not op.isDefinitionInexact() and
977977
exists(PhiInstruction phi |
978978
isRelevantUnaryComparisonOperand(unique( | | phi.getAUse())) and

0 commit comments

Comments
 (0)