Skip to content

Commit

Permalink
statement: Reformat a line of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Oct 18, 2023
1 parent 678e415 commit 2c3991b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions asteria/compiler/statement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ generate_code(cow_vector<AIR_Node>& code, cow_vector<phsh_string>* names_opt,
do_generate_expression(code, opts, global, ctx, ptc_aware_none, altr.cond);

// The result will have been pushed onto the top of the stack.
// Generate code for both branches.
// Both can be PTC'd.
// Generate code for both branches. Both can be PTC'd.
auto code_true = do_generate_block(opts, global, ctx, ptc, altr.branch_true);
auto code_false = do_generate_block(opts, global, ctx, ptc, altr.branch_false);

Expand Down

0 comments on commit 2c3991b

Please sign in to comment.