From 3809e7252d10e9a10d6d75d904d3cf5673a7b9e5 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sat, 29 Dec 2018 12:16:13 +0100 Subject: [PATCH] Remove outdated comment cranelift-frontend now inserts libcalls for mem{cpy,set,move} --- lib/faerie/src/backend.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(),