Remove PRegData::reg and use PReg::from_index instead
Performance impact is negligible but this is a good cleanup.
This commit is contained in:
@@ -264,7 +264,6 @@ pub struct VRegData {
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct PRegData {
|
||||
pub reg: PReg,
|
||||
pub allocations: LiveRangeSet,
|
||||
pub is_stack: bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user