Remove old_signature
This commit is contained in:
@@ -79,10 +79,6 @@ pub struct Function {
|
|||||||
/// Signature of this function.
|
/// Signature of this function.
|
||||||
pub signature: Signature,
|
pub signature: Signature,
|
||||||
|
|
||||||
/// The old signature of this function, before the most recent legalization,
|
|
||||||
/// if any.
|
|
||||||
pub old_signature: Option<Signature>,
|
|
||||||
|
|
||||||
/// Stack slots allocated in this function.
|
/// Stack slots allocated in this function.
|
||||||
pub stack_slots: StackSlots,
|
pub stack_slots: StackSlots,
|
||||||
|
|
||||||
@@ -145,7 +141,6 @@ impl Function {
|
|||||||
version_marker: VersionMarker,
|
version_marker: VersionMarker,
|
||||||
name,
|
name,
|
||||||
signature: sig,
|
signature: sig,
|
||||||
old_signature: None,
|
|
||||||
stack_slots: StackSlots::new(),
|
stack_slots: StackSlots::new(),
|
||||||
global_values: PrimaryMap::new(),
|
global_values: PrimaryMap::new(),
|
||||||
heaps: PrimaryMap::new(),
|
heaps: PrimaryMap::new(),
|
||||||
|
|||||||
Reference in New Issue
Block a user