]> gcc.gnu.org Git - gcc.git/commit
output.h (split_double): Move prototype to rtl.h.
authorSteven Bosscher <steven@gcc.gnu.org>
Sun, 17 Jun 2012 21:12:24 +0000 (21:12 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Sun, 17 Jun 2012 21:12:24 +0000 (21:12 +0000)
commitca3f2950267c25a44aa73f8290b5fb407af81260
treee814ff4111b16d31e2e72a0a4c64d66ee862eaf5
parent172a84ffae1199c36f0c0c3ac5721f13808d2041
output.h (split_double): Move prototype to rtl.h.

* output.h (split_double): Move prototype to rtl.h.
(constructor_static_from_elts_p): Move prototype to tree.c.
* rtl.h (split_double): Moved here from output.h.
* tree.h (constructor_static_from_elts_p): Moved here from output.h.
* final.c (split_double): Move from here ...
* rtlanal.c (split_double): ... to here.
* expr.c: Do not include output.h.

From-SVN: r188714
gcc/ChangeLog
gcc/expr.c
gcc/final.c
gcc/output.h
gcc/rtl.h
gcc/rtlanal.c
gcc/tree.h
This page took 0.057077 seconds and 5 git commands to generate.