| ... | ... | @@ -3037,7 +3037,7 @@ static LLVMValueRef ir_render_bin_op(CodeGen *g, IrExecutableGen *executable, |
| 3037 | 3037 | { |
| 3038 | 3038 | assert(scalar_type->id == ZigTypeIdInt); |
| 3039 | 3039 | LLVMValueRef op2_casted = LLVMBuildZExt(g->builder, op2_value, |
| 3040 | | LLVMTypeOf(op1_value), "");//gen_widen_or_shorten(g, false, op2->value->type, scalar_type, op2_value); |
| 3040 | LLVMTypeOf(op1_value), ""); |
| 3041 | 3041 | |
| 3042 | 3042 | if (want_runtime_safety) { |
| 3043 | 3043 | gen_shift_rhs_check(g, scalar_type, op2->value->type, op2_value); |
| ... | ... | @@ -3059,7 +3059,7 @@ static LLVMValueRef ir_render_bin_op(CodeGen *g, IrExecutableGen *executable, |
| 3059 | 3059 | { |
| 3060 | 3060 | assert(scalar_type->id == ZigTypeIdInt); |
| 3061 | 3061 | LLVMValueRef op2_casted = LLVMBuildZExt(g->builder, op2_value, |
| 3062 | | LLVMTypeOf(op1_value), "");//gen_widen_or_shorten(g, false, op2->value->type, scalar_type, op2_value); |
| 3062 | LLVMTypeOf(op1_value), ""); |
| 3063 | 3063 | |
| 3064 | 3064 | if (want_runtime_safety) { |
| 3065 | 3065 | gen_shift_rhs_check(g, scalar_type, op2->value->type, op2_value); |