Revision 866cb6cb tcg/tcg.h

b/tcg/tcg.h
286 286
    uint16_t *tb_jmp_offset; /* != NULL if USE_DIRECT_JUMP */
287 287

  
288 288
    /* liveness analysis */
289
    uint16_t *op_dead_iargs; /* for each operation, each bit tells if the
290
                                corresponding input argument is dead */
289
    uint16_t *op_dead_args; /* for each operation, each bit tells if the
290
                               corresponding argument is dead */
291 291
    
292 292
    /* tells in which temporary a given register is. It does not take
293 293
       into account fixed registers */

Also available in: Unified diff