mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
24ed2597e2
createLocalVariable no longer attaches the !revng.variable_type metadata to the alloca. The model variable type can be reconstructed from the array-typed alloca alone, so the metadata is redundant. The metadata itself will be dropped from the codebase in a follow-up commit.