diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2025-10-23 13:22:36 -0500 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2025-10-23 13:23:22 -0500 |
| commit | fe70742be81985affeaeaec198effc7e18577e76 (patch) | |
| tree | 0e987727859a4dc238cfd1a0682aac6e81866de0 | |
| parent | f655a862106a8a05bc432c2df957979f3fcc399b (diff) | |
| download | sloth-fe70742be81985affeaeaec198effc7e18577e76.tar.gz | |
random stuff
| -rw-r--r-- | sloth/src/codegen/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sloth/src/codegen/mod.rs b/sloth/src/codegen/mod.rs index abad70d..3b4e154 100644 --- a/sloth/src/codegen/mod.rs +++ b/sloth/src/codegen/mod.rs @@ -113,7 +113,7 @@ impl<'ctx> Codegen<'ctx> { self.builder .build_conditional_branch(condition, then_bb, else_bb); - // Building the blocks for then + // Building the blocks for thgn self.builder.position_at_end(then_bb); self.codegen_stmt(if_then); self.builder.build_unconditional_branch(continue_bb); |
