Skip to content

Commit 58ce3e8

Browse files
authored
Merge pull request github#16633 from hvitved/dataflow/inline-pred
Data flow: Inline `isUnreachableInCall1`
2 parents 8d5bb21 + 42d87f6 commit 58ce3e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,8 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
348348
not stateBarrier(node2, state2)
349349
}
350350

351-
pragma[nomagic]
351+
bindingset[n, cc]
352+
pragma[inline_late]
352353
private predicate isUnreachableInCall1(NodeEx n, LocalCallContextSpecificCall cc) {
353354
cc.unreachable(n.asNode())
354355
}

0 commit comments

Comments
 (0)