Skip to content

Commit b589fca

Browse files
committed
Data flow: Tweak join-order in toNormalSinkNodeEx
1 parent 80b6135 commit b589fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2728,7 +2728,7 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
27282728
pragma[nomagic]
27292729
NodeEx toNormalSinkNodeEx() {
27302730
exists(Node n |
2731-
node.asNodeOrImplicitRead() = n and
2731+
pragma[only_bind_out](node.asNodeOrImplicitRead()) = n and
27322732
(Config::isSink(n) or Config::isSink(n, _)) and
27332733
result.asNode() = n
27342734
)

0 commit comments

Comments
 (0)