Dataflow: Replace a 'noinline' pragma with a 'nomagic' pragma.

This commit is contained in:
Mathias Vorreiter Pedersen
2021-11-02 11:37:40 +00:00
parent 302373d154
commit 6f4107ff23
27 changed files with 27 additions and 27 deletions

View File

@@ -3572,7 +3572,7 @@ private predicate pathIntoArg(
)
}
pragma[noinline]
pragma[nomagic]
private predicate parameterCand(
DataFlowCallable callable, int i, AccessPathApprox apa, Configuration config
) {