* hooks.c (hook_bool_rtx_int_false): New function.
commit280566a7e7fa4e5436445b676a41507e8b6626db
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jul 2005 11:48:15 +0000 (7 11:48 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jul 2005 11:48:15 +0000 (7 11:48 +0000)
treee7a18c9a6876b4eaa648b82269a93800d9c41279
parent805a133b6f279ab4e82b8749f0feaff0febe8b42
* hooks.c (hook_bool_rtx_int_false): New function.
* hooks.h (hook_bool_rtx_int_false): Declare.
* target-def.h (TARGET_COMMUTATIVE_P): Define.
(TARGET_INITIALIZER): Add TARGET_COMMUTATIVE_P.
* target.h (struct gcc_target): Add commutative_p member.
* targhooks.c (hook_bool_rtx_commutative_p): New function.
* targhooks.h (hook_bool_rtx_commutative_p): Declare.
* pa.c (TARGET_COMMUTATIVE_P): Redefine.
(pa_commutative_p): New function.
* jump.c (target.h): Include.
(rtx_renumbered_equal_p): Use targetm.commutative_p.
* doc/tm.texi: Document TARGET_COMMUTATIVE_P.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101706 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/pa/pa.c
gcc/doc/tm.texi
gcc/hooks.c
gcc/hooks.h
gcc/jump.c
gcc/target-def.h
gcc/target.h
gcc/targhooks.c
gcc/targhooks.h