aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2012-06-04 11:17:58 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2012-06-04 11:17:58 +0000
commita4b7d13c17f51702b93610d3c1a7d741acda6196 (patch)
tree8e9c8694b65f0c085a2c42663cc1b4b5fb0e57b4 /gcc/recog.c
parent0b8a03e10ef01bf8f44bbba141a0c2451317c887 (diff)
downloadgcc-a4b7d13c17f51702b93610d3c1a7d741acda6196.zip
gcc-a4b7d13c17f51702b93610d3c1a7d741acda6196.tar.gz
gcc-a4b7d13c17f51702b93610d3c1a7d741acda6196.tar.bz2
output.h (merge_weak, [...]): Move protos from here...
* output.h (merge_weak, assemble_alias, initializer_constant_valid_p, initializer_constant_valid_for_bitfield_p): Move protos from here... * tree.h: ... to here. * cgraphclones.c: Do not include output.h. * gimplify.c: Likewise. * reload.c: Likewise. * recog.c: Likewise. * tree-ssa-loop-ivopts.c: Likewise. * tree-switch-conversion.c: Likewise. * c-parser.c: Likewise. * c-typeck.c: Likewise. * Makefile.in: Fix dependencies. c-family/ * c-common.c: Do not include output.h. * c-pragma.c: Likewise. cp/ * semantics.c: Do not include output.h. * decl2.c: Likewise. * friend.c: Likewise. * typeck.c: Likewise. * typeck2.c: Likewise. * Make-lang.in: Fix dependencies. ada/ * gcc-interface/utils2.c: Do not include output.h. * gcc-interface/Make-lang.in: Fix dependencies. From-SVN: r188178
Diffstat (limited to 'gcc/recog.c')
-rw-r--r--gcc/recog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c
index d664594..9377d63 100644
--- a/gcc/recog.c
+++ b/gcc/recog.c
@@ -36,7 +36,6 @@ along with GCC; see the file COPYING3. If not see
#include "function.h"
#include "flags.h"
#include "basic-block.h"
-#include "output.h"
#include "reload.h"
#include "target.h"
#include "timevar.h"