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 e64a7eb commit 080d17fCopy full SHA for 080d17f
src/base.rs
@@ -29,7 +29,7 @@ pub(crate) fn trans_fn<'clif, 'tcx, B: Backend + 'static>(
29
let mut func_ctx = FunctionBuilderContext::new();
30
let mut bcx = FunctionBuilder::new(&mut context.func, &mut func_ctx);
31
32
- // Predefine block's
+ // Predefine blocks
33
let start_block = bcx.create_block();
34
let block_map: IndexVec<BasicBlock, Block> = (0..mir.basic_blocks().len()).map(|_| bcx.create_block()).collect();
35
0 commit comments