diff --git a/lib/faerie/src/backend.rs b/lib/faerie/src/backend.rs index 699311441d..92cf1e4ba4 100644 --- a/lib/faerie/src/backend.rs +++ b/lib/faerie/src/backend.rs @@ -67,8 +67,7 @@ impl FaerieBuilder { } /// Default names for `ir::LibCall`s. A function by this name is imported into the object as - /// part of the translation of a `ir::ExternalName::LibCall` variant. Calls to a LibCall should - /// only be inserted into the IR by the `cranelift_codegen` legalizer pass. + /// part of the translation of a `ir::ExternalName::LibCall` variant. pub fn default_libcall_names() -> Box String> { Box::new(move |libcall| match libcall { ir::LibCall::Probestack => "__cranelift_probestack".to_owned(),