Skip to content

Commit 32fe084

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 2939c89 commit 32fe084

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
@@ -793,7 +793,7 @@ private predicate simple_comparison_eq(Instruction test, Operand op, int k, Abst
793793
or
794794
// There's no implicit CompareInstruction in files compiled as C since C
795795
// doesn't have implicit boolean conversions. So instead we check whether
796-
// there's a branch on a value ofpointer or integer type.
796+
// there's a branch on a value of pointer or integer type.
797797
exists(ConditionalBranchInstruction branch, IRType type |
798798
not test instanceof CompareInstruction and
799799
type = test.getResultIRType() and

0 commit comments

Comments
 (0)