We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52dbf2c commit 4acae4aCopy full SHA for 4acae4a
1 file changed
cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/gvn/internal/ValueNumberingInternal.qll
@@ -155,7 +155,6 @@ private predicate fieldAddressValueNumber(
155
TValueNumber objectAddress
156
) {
157
instr.getEnclosingIRFunction() = irFunc and
158
- instr.getField() = field and
159
unique( | | instr.getField()) = field and
160
tvalueNumber(instr.getObjectAddress()) = objectAddress
161
}
0 commit comments