c-common.c (back_end_hook): New variable.
authorMark Mitchell <mark@codesourcery.com>
Wed, 18 Oct 2000 05:45:37 +0000 (05:45 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 18 Oct 2000 05:45:37 +0000 (05:45 +0000)
commit67673f5c5ba19b0012c518faa7aa7e3fc0a494b8
treea423e6df5b432920d8f9fbe1c1a2321d11a04ed2
parent265dab10ab0055accb4959a658f3c907d906b6fe
c-common.c (back_end_hook): New variable.

* c-common.c (back_end_hook): New variable.
* c-common.h (back_end_hook): Declare it.
* c-lang.c (finish_file): Use it.

* emit-rtl.c (init_emit_once): Initialize the const_int_htab
earlier.

* cp-tree.h (back_end_hook): Remove declaration.
* decl2.c (back_end_hook): Remove definition.

* dump.c (dequeue_and_dump): Dump TREE_USED.

From-SVN: r36928
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.h
gcc/c-lang.c
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/dump.c
gcc/emit-rtl.c