]> gcc.gnu.org Git - gcc.git/commit - gcc/output.h
ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'...
authorSteven Bosscher <steven@gcc.gnu.org>
Thu, 10 Jul 2003 11:38:18 +0000 (11:38 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Thu, 10 Jul 2003 11:38:18 +0000 (11:38 +0000)
commitbcda12f4f4110d1376d822112c9c00d6287471a6
tree384851f1df2b0ff1a6f75866077508884ffa365a
parent3dbb446ebd77a551c63b958faca007983ee33231
ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'...

2003-07-10  Steven Bosscher  <steven@gcc.gnu.org>

* ggc.h, integrate.h, langhooks.h, real.h, toplev.h:
Use `rtx' instead of `struct rtx_def *', `rtvec' instead of
`struct rtvec_dev *' and `tree' instead of `union tree_node *'
in function prototypes.
* varray.h (const_equiv_data): Likewise for fields.
(varray_data_tag): Likewise.
* output.h: Likewise, and don't forward declare union tree_node.
* emit_rtl.c (const_int_htab_hash): Cast to `rtx' instead of
`struct rtxvec *'.
* print-tree.c (print_node): Likewise.
* reload1.c: Don't redeclare current_function_decl, tree.h is
included in this file.

From-SVN: r69183
gcc/emit-rtl.c
gcc/ggc.h
gcc/integrate.h
gcc/langhooks.h
gcc/output.h
gcc/print-tree.c
gcc/real.h
gcc/reload1.c
gcc/toplev.h
gcc/varray.h
This page took 0.057413 seconds and 5 git commands to generate.