Rename InstructionFormat::IndirectCall for consistency with Opcode::CallIndirect.
This commit is contained in:
@@ -51,7 +51,7 @@ pub fn expand_call(
|
||||
);
|
||||
}
|
||||
|
||||
func.dfg.replace(inst).IndirectCall(
|
||||
func.dfg.replace(inst).CallIndirect(
|
||||
ir::Opcode::CallIndirect,
|
||||
ptr_ty,
|
||||
sig,
|
||||
|
||||
Reference in New Issue
Block a user