| ... | @@ -590,11 +590,6 @@ static void ir_print_const_value(CodeGen *g, FILE *f, ZigValue *const_val) { | ... | @@ -590,11 +590,6 @@ static void ir_print_const_value(CodeGen *g, FILE *f, ZigValue *const_val) { |
| 590 | static void ir_print_other_inst_gen(IrPrintGen *irp, IrInstGen *inst) { | 590 | static void ir_print_other_inst_gen(IrPrintGen *irp, IrInstGen *inst) { |
| 591 | if (inst == nullptr) { | 591 | if (inst == nullptr) { |
| 592 | fprintf(irp->f, "(null)"); | 592 | fprintf(irp->f, "(null)"); |
| 593 | return; | | |
| 594 | } | | |
| 595 | | | |
| 596 | if (inst->value->special != ConstValSpecialRuntime) { | | |
| 597 | ir_print_const_value(irp->codegen, irp->f, inst->value); | | |
| 598 | } else { | 593 | } else { |
| 599 | ir_print_var_gen(irp, inst); | 594 | ir_print_var_gen(irp, inst); |
| 600 | } | 595 | } |