Change "cretonne" to "cranelift".

This commit is contained in:
Dan Gohman 2018-11-12 07:20:25 -08:00
parent ef5d16178d
commit 27d90ab1d5

View File

@ -149,7 +149,7 @@ fn verify_func(tcx: TyCtxt, writer: crate::pretty_clif::CommentWriter, func: &Fu
err,
);
tcx.sess
.fatal(&format!("cretonne verify error:\n{}", pretty_error));
.fatal(&format!("cranelift verify error:\n{}", pretty_error));
}
}
}