Revision 7dfd8c6a tcg/tcg.c

b/tcg/tcg.c
776 776
    }
777 777
    for(i = s->nb_globals; i < s->nb_temps; i++) {
778 778
        ts = &s->temps[i];
779
        ts->val_type = TEMP_VAL_DEAD;
779
        if (ts->temp_local) {
780
            ts->val_type = TEMP_VAL_MEM;
781
        } else {
782
            ts->val_type = TEMP_VAL_DEAD;
783
        }
780 784
        ts->mem_allocated = 0;
781 785
        ts->fixed_reg = 0;
782 786
    }

Also available in: Unified diff