Skip to content

Commit 9c6921b

Browse files
committed
Fix typo
1 parent 171e159 commit 9c6921b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pub(crate) fn trans_fn<'tcx, B: Backend + 'static>(
105105
);
106106
});
107107

108-
// If the return block is not reachable, then the SSA builder may have inserted a `iconst.i128`
108+
// If the return block is not reachable, then the SSA builder may have inserted an `iconst.i128`
109109
// instruction, which doesn't have an encoding.
110110
context.compute_cfg();
111111
context.compute_domtree();

0 commit comments

Comments
 (0)