Use ISA information to display function signatures.

The argument locations contains register unit references that we want to
display with their correct names.
This commit is contained in:
Jakob Stoklund Olesen
2017-03-03 10:34:29 -08:00
parent 99c7e18fbf
commit cae4368a8a
4 changed files with 77 additions and 29 deletions

View File

@@ -20,7 +20,7 @@ pub struct Function {
pub name: FunctionName,
/// Signature of this function.
signature: Signature,
pub signature: Signature,
/// Stack slots allocated in this function.
pub stack_slots: EntityMap<StackSlot, StackSlotData>,