Skip to content

Commit 42d87f6

Browse files
committed
Data flow: Inline isUnreachableInCall1
1 parent 4c97b0c commit 42d87f6

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)