stage3/narrow_candidate_datatypes.cc
changeset 661 f537c3315f83
parent 652 7fe1533d2260
child 666 8ba9ec4bae50
equal deleted inserted replaced
660:9565d7d944ce 661:f537c3315f83
    64 
    64 
    65 /* set to 1 to see debug info during execution */
    65 /* set to 1 to see debug info during execution */
    66 static int debug = 0;
    66 static int debug = 0;
    67 
    67 
    68 narrow_candidate_datatypes_c::narrow_candidate_datatypes_c(symbol_c *ignore) {
    68 narrow_candidate_datatypes_c::narrow_candidate_datatypes_c(symbol_c *ignore) {
       
    69 	prev_il_instructions = NULL;
       
    70 	search_varfb_instance_type = NULL;
       
    71 	prev_il_instructions_intersected_datatypes = NULL;
       
    72 	fake_prev_il_instruction = NULL;
       
    73 	il_operand = NULL;
    69 }
    74 }
    70 
    75 
    71 narrow_candidate_datatypes_c::~narrow_candidate_datatypes_c(void) {
    76 narrow_candidate_datatypes_c::~narrow_candidate_datatypes_c(void) {
    72 }
    77 }
    73 
    78