Remove imm_with_name
It is only used once to rename an imm field to mask
This commit is contained in:
@@ -319,7 +319,7 @@ impl InstructionData {
|
||||
// included in the `InstructionData` for memory-size reasons. This case, returning
|
||||
// `None`, is left here to alert users of this method that they should retrieve the
|
||||
// value using the `DataFlowGraph`.
|
||||
&InstructionData::Shuffle { mask: _, .. } => None,
|
||||
&InstructionData::Shuffle { imm: _, .. } => None,
|
||||
_ => None,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user