Properly handle fixed stack slots during multi-fixed-reg fixup

This commit is contained in:
Amanieu d'Antras
2021-11-28 17:52:50 +00:00
parent 707aacd818
commit 8f435243e0
5 changed files with 335 additions and 69 deletions

View File

@@ -19,6 +19,7 @@ pub(crate) mod ion;
pub(crate) mod moves;
pub(crate) mod postorder;
pub(crate) mod ssa;
pub(crate) mod util;
#[macro_use]
mod index;