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: any_condjump_p


On Mon, May 15, 2000 at 09:27:44PM +0200, Jan Hubicka wrote:
> 	* jump.c (condjump_p):  Mark as depreached.
> 	(any_condump_p): New.
> 	(any_uncondump_p): New.
> 	(pc_set): New.
> 	(safe_to_remove_jump_p): New.
> 	* rtl.h (any_condump_p, any_uncondjump_p, pc_set
> 	safe_to_remove_jump_p): Declare.

Ok.

> !    Use this function is depreached, since we need to support

  "deprecated"

> !    branch and compare insns.  Use nontrivial_condjump_p instead

  "any_condjump_p"

> +   return 1;
> + }
> + /* Return true when insn is conditional jump.  This function work for

Spacing after function close.



r~

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