Skip to content

Commit 8277f5c

Browse files
committed
LLL
1 parent 251199b commit 8277f5c

File tree

1 file changed

+1
-1
lines changed
  • compiler/noirc_evaluator/src/ssa/function_builder

1 file changed

+1
-1
lines changed

compiler/noirc_evaluator/src/ssa/function_builder/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ impl FunctionBuilder {
242242
}
243243

244244
pub fn get_current_block_index(&mut self) -> BasicBlockId {
245-
return self.current_block();
245+
self.current_block();
246246
}
247247

248248
/// Insert an allocate instruction at the end of the current block, allocating the

0 commit comments

Comments
 (0)