aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2012-06-17 21:12:24 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2012-06-17 21:12:24 +0000
commitca3f2950267c25a44aa73f8290b5fb407af81260 (patch)
treee814ff4111b16d31e2e72a0a4c64d66ee862eaf5 /gcc/expr.c
parent172a84ffae1199c36f0c0c3ac5721f13808d2041 (diff)
downloadgcc-ca3f2950267c25a44aa73f8290b5fb407af81260.zip
gcc-ca3f2950267c25a44aa73f8290b5fb407af81260.tar.gz
gcc-ca3f2950267c25a44aa73f8290b5fb407af81260.tar.bz2
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
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 2cee62f..6012c5d 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -39,7 +39,6 @@ along with GCC; see the file COPYING3. If not see
#include "libfuncs.h"
#include "recog.h"
#include "reload.h"
-#include "output.h"
#include "typeclass.h"
#include "toplev.h"
#include "langhooks.h"