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: PATCH: Move bb reordering code into new file.


On Wed, Mar 15, 2000 at 03:24:32PM -0800, Jason Eckhardt wrote:
> 	* flow.c: Move all basic block reordering code into its own file.
> 	(create_basic_block): Externalize.
> 	* bb-reorder.c: New file. Copy all basic block reordering code from
> 	flow.c to this file.
> 	(reorder_basic_blocks): Fix fencepost error in for-loop.
> 	(reorder_basic_blocks): Remove braces from single statement for-loops.
> 	* basic-block.h: Add declaration for create_basic_block.
> 	* Makefile.in: Add rules for bb-reorder.o.

Ok.


r~

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