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]

Re: make commit_edge_insertion ready to commit multiple entry prologues


On Thu, Feb 22, 2001 at 04:24:17PM +0100, Jan Hubicka wrote:
> 	* flow.c (find_sub_basic_blocks): New function.
> 	(split_block): Be ready for basic block introduced by CODE_LABEL.
> 	(commit_one_edge_insertion): Call find_sub_basic_block.

Generally ok.


> +   edge falltru = 0;

fallthru.

> +   /* Last basic block must end in the original BB end.  */
> +   if (jump_insn)
> +     abort ();

Any reason why that can't be a jump?


r~


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