Revision 1235fc06 tcg/tcg.c

b/tcg/tcg.c
1406 1406
           propagation */
1407 1407
        tcg_out_movi(s, ots->type, ots->reg, val);
1408 1408
    } else {
1409
        /* The movi is not explicitely generated here */
1409
        /* The movi is not explicitly generated here */
1410 1410
        if (ots->val_type == TEMP_VAL_REG)
1411 1411
            s->reg_to_temp[ots->reg] = -1;
1412 1412
        ots->val_type = TEMP_VAL_CONST;

Also available in: Unified diff