Skip to content

DmdAnal: Fix a panic on OPAQUE and trivial/PAP RHS (#22997)

Sebastian Graf requested to merge wip/T22997 into master

We should not panic in add_demands (now set_lam_dmds), because that code path is legimitely taken for OPAQUE PAP bindings, as in T22997.

Fixes #22997 (closed).

Edited by Sebastian Graf

Merge request reports