Skip to content

Commit 8c7ae41

Browse files
committed
Remove code comment
1 parent 9164653 commit 8c7ae41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/num.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ pub(crate) fn codegen_checked_int_binop<'tcx>(
280280
(val, fx.bcx.ins().bor(has_underflow, has_overflow))
281281
}
282282
types::I64 => {
283-
//let val = fx.easy_call("__mulodi4", &[lhs, rhs, overflow_ptr], types::I64);
284283
let val = fx.bcx.ins().imul(lhs, rhs);
285284
let has_overflow = if !signed {
286285
let val_hi = fx.bcx.ins().umulhi(lhs, rhs);

0 commit comments

Comments
 (0)