stage3/narrow_candidate_datatypes.cc
changeset 673 90d7636e3c39
parent 666 8ba9ec4bae50
child 674 b221168a36f1
equal deleted inserted replaced
672:dee28c5bdc73 673:90d7636e3c39
    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;
    69 	search_varfb_instance_type = NULL;
    71 	prev_il_instructions_intersected_datatypes = NULL;
       
    72 	fake_prev_il_instruction = NULL;
    70 	fake_prev_il_instruction = NULL;
    73 	il_operand = NULL;
    71 	il_operand = NULL;
    74 }
    72 }
    75 
    73 
    76 narrow_candidate_datatypes_c::~narrow_candidate_datatypes_c(void) {
    74 narrow_candidate_datatypes_c::~narrow_candidate_datatypes_c(void) {