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:
Taus Brock-Nannestad
2021-03-24 19:20:19 +01:00
parent 119872d8a4
commit ed8ffab356

View File

@@ -524,6 +524,7 @@ module PointsToInternal {
)
}
pragma[noinline]
private boolean ssa_filter_definition_bool(
PyEdgeRefinement def, PointsToContext context, ObjectInternal value, ControlFlowNode origin
) {