Don't assume from-var conversion in opaque ret conv
authorMatt Corallo <git@bluematt.me>
Wed, 23 Mar 2022 18:44:04 +0000 (18:44 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 23 Mar 2022 18:44:04 +0000 (18:44 +0000)
commit92e57fa5be658e4ed18cc3126c645cdc5ae7895d
tree779f6b28f63ba903d1ffed9dd106d0f26200bfce
parent07a77b3acfead3fa199dd42c763cd8e71a7cf9ab
Don't assume from-var conversion in opaque ret conv

When we do a ret-conv of an opaque struct, don't assume that the
variable as-parsed exists, instead use the variable that's being
created in the ret-conv string if we need to clone.
gen_type_mapping.py