mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Remove comment
This commit is contained in:
parent
05ff53a6f5
commit
d75a01cfa9
1 changed files with 1 additions and 1 deletions
|
@ -4795,7 +4795,7 @@ fn build_int_binop<'a, 'ctx, 'env>(
|
|||
|
||||
let current_block = bd.get_insert_block().unwrap(); //block that we are in right now;
|
||||
let then_block = env.context.append_basic_block(parent, "then");
|
||||
let cont_block = env.context.append_basic_block(parent, "branchcont"); //
|
||||
let cont_block = env.context.append_basic_block(parent, "branchcont");
|
||||
|
||||
bd.build_conditional_branch(condition_rhs, then_block, cont_block);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue