Skip to content

Commit

Permalink
Change "cretonne" to "cranelift".
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Nov 12, 2018
1 parent ef5d161 commit 27d90ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base.rs
Expand Up @@ -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));
}
}
}
Expand Down

0 comments on commit 27d90ab

Please sign in to comment.