stage3/narrow_candidate_datatypes.cc
changeset 467 4910eaa1206a
parent 466 d97a29b7fa8b
child 470 d2cd05c5e01a
equal deleted inserted replaced
466:d97a29b7fa8b 467:4910eaa1206a
   344 	 * be that IL instruction that will be required to produce the desired dtataype.
   344 	 * be that IL instruction that will be required to produce the desired dtataype.
   345 	 *
   345 	 *
   346 	 * The above will be done by the visit(il_fb_call_c *) method, so we must make sure to
   346 	 * The above will be done by the visit(il_fb_call_c *) method, so we must make sure to
   347 	 * correctly set up the il_fb_call.datatype variable!
   347 	 * correctly set up the il_fb_call.datatype variable!
   348 	 */
   348 	 */
   349 // 	copy_candidate_datatype_list(il_instruction/*from*/, &il_fb_call/*to*/);
       
   350 	il_fb_call.called_fb_declaration = called_fb_declaration;
   349 	il_fb_call.called_fb_declaration = called_fb_declaration;
   351 	il_fb_call.accept(*this);
   350 	il_fb_call.accept(*this);
   352 
   351 
   353 	/* set the required datatype of the previous IL instruction! */
   352 	/* set the required datatype of the previous IL instruction! */
   354 	/* NOTE:
   353 	/* NOTE: