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: [patch] PR16585 - remove current_function_has_computed_jump


On Wed, 26 Jan 2005, Steven Bosscher wrote:
>
> 	* cfgbuild.c (make_edges): Do not clear or set
> 	current_function_has_computed_jump.
> 	* function.h (struct function): Remove the has_computed_jump field.
> 	(current_function_has_computed_jump): Do not define.
> 	* sched-rgn.c (is_cfg_nonregular): Return true if a basic block ends
> 	in a computed jump.  Ignore current_function_has_computed_jump.

An inspired solution to this PR.  Ok for mainline.

Thanks,

Roger
--


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