This commit is contained in:
Folkert 2021-04-23 11:27:36 +02:00
parent 2dab9c81d1
commit 95fbc15373
3 changed files with 17 additions and 2 deletions

View file

@ -4442,7 +4442,7 @@ fn run_low_level<'a, 'ctx, 'env>(
IntPredicate::EQ,
cond.into_int_value(),
context.bool_type().const_int(1, false),
"has_not_overflowed",
"is_true",
);
let then_block = context.append_basic_block(parent, "then_block");