Skip to content

Commit

Permalink
Remove code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jan 31, 2021
1 parent 9164653 commit 8c7ae41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/num.rs
Expand Up @@ -280,7 +280,6 @@ pub(crate) fn codegen_checked_int_binop<'tcx>(
(val, fx.bcx.ins().bor(has_underflow, has_overflow))
}
types::I64 => {
//let val = fx.easy_call("__mulodi4", &[lhs, rhs, overflow_ptr], types::I64);
let val = fx.bcx.ins().imul(lhs, rhs);
let has_overflow = if !signed {
let val_hi = fx.bcx.ins().umulhi(lhs, rhs);
Expand Down

0 comments on commit 8c7ae41

Please sign in to comment.