This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CFG transparent expansion 4


On Thu, Jun 17, 2004 at 07:28:29PM +0200, Jan Hubicka wrote:
> + 	    /* label_to_block might put undefined labels into the first basic
> + 	       block.  */
> + 	    if (!label_for_bb[true_bb->index])
> + 	      label_for_bb[true_bb->index] = GOTO_DESTINATION (true_branch);

How about pulling out this into a new function, cdl_label_to_block
or something?  You've got 4 or 5 potential uses...


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]