Skip to content

Commit 3ffc616

Browse files
committed
Dataflow: Slight join improvement.
1 parent 133e269 commit 3ffc616

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shared/dataflow/codeql/dataflow/internal/DataFlowImpl.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,8 +2154,7 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
21542154
pragma[nomagic]
21552155
private predicate storeStepFwd(NodeEx node1, Ap ap1, Content c, NodeEx node2, Ap ap2) {
21562156
fwdFlowStore(node1, _, ap1, _, c, _, _, node2, _, _, _) and
2157-
ap2 = apCons(c, ap1) and
2158-
readStepFwd(_, ap2, c, _, _)
2157+
readStepFwd(_, ap2, c, _, ap1)
21592158
}
21602159

21612160
pragma[nomagic]

0 commit comments

Comments
 (0)