mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Python: Prevent potentially bad join order
This has no effect on the current compilation (indeed, `ssa_filter_definition_bool` is not currently inlined), but will prevent this from ever occurring, should the heuristics for inlining ever change...
This commit is contained in:
@@ -524,6 +524,7 @@ module PointsToInternal {
|
||||
)
|
||||
}
|
||||
|
||||
pragma[noinline]
|
||||
private boolean ssa_filter_definition_bool(
|
||||
PyEdgeRefinement def, PointsToContext context, ObjectInternal value, ControlFlowNode origin
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user