From 9c6921b4b6a136b89c07db59ef3fd243bc86df7b Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Mon, 14 Sep 2020 10:32:37 +0200 Subject: [PATCH] Fix typo --- src/base.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base.rs b/src/base.rs index 7aca709fba1..7c43dc68deb 100644 --- a/src/base.rs +++ b/src/base.rs @@ -105,7 +105,7 @@ pub(crate) fn trans_fn<'tcx, B: Backend + 'static>( ); }); - // If the return block is not reachable, then the SSA builder may have inserted a `iconst.i128` + // If the return block is not reachable, then the SSA builder may have inserted an `iconst.i128` // instruction, which doesn't have an encoding. context.compute_cfg(); context.compute_domtree();