stage3/fill_candidate_datatypes.cc
changeset 661 f537c3315f83
parent 652 7fe1533d2260
child 666 8ba9ec4bae50
equal deleted inserted replaced
660:9565d7d944ce 661:f537c3315f83
    70 
    70 
    71 /* set to 1 to see debug info during execution */
    71 /* set to 1 to see debug info during execution */
    72 static int debug = 0;
    72 static int debug = 0;
    73 
    73 
    74 fill_candidate_datatypes_c::fill_candidate_datatypes_c(symbol_c *ignore) {
    74 fill_candidate_datatypes_c::fill_candidate_datatypes_c(symbol_c *ignore) {
       
    75 	il_operand = NULL;
       
    76 	prev_il_instruction = NULL;
       
    77 	search_varfb_instance_type = NULL;
    75 }
    78 }
    76 
    79 
    77 fill_candidate_datatypes_c::~fill_candidate_datatypes_c(void) {
    80 fill_candidate_datatypes_c::~fill_candidate_datatypes_c(void) {
    78 }
    81 }
    79 
    82