We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171e159 commit 9c6921bCopy full SHA for 9c6921b
src/base.rs
@@ -105,7 +105,7 @@ pub(crate) fn trans_fn<'tcx, B: Backend + 'static>(
105
);
106
});
107
108
- // 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`
109
// instruction, which doesn't have an encoding.
110
context.compute_cfg();
111
context.compute_domtree();
0 commit comments