This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: CFG transparent expansion 4
- From: Richard Henderson <rth at redhat dot com>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org, stevenb at suse dot de
- Date: Thu, 17 Jun 2004 13:24:21 -0700
- Subject: Re: CFG transparent expansion 4
- References: <20040617172829.GQ10156@kam.mff.cuni.cz>
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~