cranelift-codegen(x64): Expose CallInfo (#6005)

This commit exposes the `CallInfo` struct, needed by Winch to emit function
calls.
This commit is contained in:
Saúl Cabrera
2023-03-13 13:50:53 -04:00
committed by GitHub
parent 7956dc6ba2
commit d03612c2d9
3 changed files with 3 additions and 3 deletions

View File

@@ -135,7 +135,7 @@ fn indirect_signature(isa: &dyn TargetIsa, wasm: &WasmFuncType) -> ir::Signature
return sig;
}
/// Returns the cranelift fucntion signature of the function specified.
/// Returns the cranelift function signature of the function specified.
///
/// Note that this will determine the calling convention for the function, and
/// namely includes an optimization where functions never exported from a module