gimplify.c: Do not include except.h and optabs.h.
* gimplify.c: Do not include except.h and optabs.h. (gimplify_body): Do not initialize RTL profiling. * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h, langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h. * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h, output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and langhooks.h. * tree-pretty-print.h: Include pretty-print.h. * gimple-pretty-print.h: Include pretty-print.h. * tree-pretty-print.c: Do not include diagnostic.h. * tree-vrp.c: Likewise. * tree-tailcall.c: Likewise * tree-scalar-evolution.c: Likewise * tree-ssa-dse.c: Likewise * tree-chrec.c: Likewise * tree-ssa-sccvn.c: Likewise * tree-ssa-copyrename.c: Likewise * tree-nomudflap.c: Likewise * tree-call-cdce.c: Likewise * tree-stdarg.c: Likewise * tree-ssa-math-opts.c: Likewise * tree-nrv.c: Likewise * tree-ssa-sink.c: Likewise * tree-browser.c: Likewise * tree-ssa-loop-ivcanon.c: Likewise * tree-ssa-loop.c: Likewise * tree-parloops.c: Likewise * tree-ssa-address.c: Likewise * tree-ssa-ifcombine.c: Likewise * tree-if-conv.c: Likewise * tree-data-ref.c: Likewise * tree-affine.c: Likewise * tree-ssa-phiopt.c: Likewise * tree-ssa-coalesce.c: Likewise * tree-ssa-pre.c: Likewise * tree-ssa-live.c: Likewise * tree-predcom.c: Likewise * tree-ssa-forwprop.c: Likewise * tree-ssa-dce.c: Likewise * tree-ssa-ter.c: Likewise * tree-ssa-loop-prefetch.c: Likewise * tree-optimize.c: Likewise * tree-ssa-phiprop.c: Likewise * tree-object-size.c: Likewise * tree-outof-ssa.c: Likewise * tree-ssa-structalias.c: Likewise * tree-switch-conversion.c: Likewise * tree-ssa-reassoc.c: Likewise * tree-ssa-operands.c: Likewise * tree-vectorizer.c: Likewise * tree-vect-data-refs.c: Likewise * tree-vect-generic.c: Likewise * tree-vect-stmts.c: Likewise * tree-vect-patterns.c: Likewise * tree-vect-slp.c: Likewise * tree-vect-loop.c: Likewise * tree-ssa-loop-ivopts.c: Likewise * tree-ssa-loop-im.c: Likewise * tree-ssa-loop-niter.c: Likewise * tree-ssa-loop-unswitch.c: Likewise * tree-ssa-loop-manip.c: Likewise * tree-ssa-loop-ch.c: Likewise * tree-dump.c: Likewise * tree-complex.c: Likewise * tree-into-ssa.c: Do not include diagnostic.h and expr.h. * tree-ssa-uninit.c: Likewise * tree-ssa-threadupdate.c: Likewise * tree-ssa-uncprop.c: Likewise * tree-ssa-ccp.c: Likewise * tree-ssa-dom.c: Likewise * tree-ssa-propagate.c: Likewise * tree-ssa-alias.c: Likewise * tree-dfa.c: Likewise * tree-cfgcleanup.c: Likewise * tree-sra.c: Likewise * tree-ssa-copy.c: Likewise * tree-ssa.c: Likewise * tree-profile.c: Likewise * tree-cfg.c: Likewise * tree-ssa-threadedge.c: Likewise * tree-vect-loop-manip.c: Likewise * tree-inline.c: Do not include diagnostic.h and expr.h. Include rtl.h. (copy_decl_for_dup_finish): Do not use NULL_RTX. * tree-loop-linear.c: Do not include diagnostic.h, expr.h, and optabs.h. * tree-loop-distribution.c: Likewise. From-SVN: r160125
This commit is contained in:
parent
73add7fe29
commit
2eb79bbbb3
82 changed files with 129 additions and 140 deletions
|
@ -1,3 +1,98 @@
|
|||
2010-06-01 Steven Bosscher <steven@gcc.gnu.org>
|
||||
|
||||
* gimplify.c: Do not include except.h and optabs.h.
|
||||
(gimplify_body): Do not initialize RTL profiling.
|
||||
* gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
|
||||
langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
|
||||
* gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
|
||||
output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
|
||||
langhooks.h.
|
||||
|
||||
* tree-pretty-print.h: Include pretty-print.h.
|
||||
* gimple-pretty-print.h: Include pretty-print.h.
|
||||
|
||||
* tree-pretty-print.c: Do not include diagnostic.h.
|
||||
* tree-vrp.c: Likewise.
|
||||
* tree-tailcall.c: Likewise
|
||||
* tree-scalar-evolution.c: Likewise
|
||||
* tree-ssa-dse.c: Likewise
|
||||
* tree-chrec.c: Likewise
|
||||
* tree-ssa-sccvn.c: Likewise
|
||||
* tree-ssa-copyrename.c: Likewise
|
||||
* tree-nomudflap.c: Likewise
|
||||
* tree-call-cdce.c: Likewise
|
||||
* tree-stdarg.c: Likewise
|
||||
* tree-ssa-math-opts.c: Likewise
|
||||
* tree-nrv.c: Likewise
|
||||
* tree-ssa-sink.c: Likewise
|
||||
* tree-browser.c: Likewise
|
||||
* tree-ssa-loop-ivcanon.c: Likewise
|
||||
* tree-ssa-loop.c: Likewise
|
||||
* tree-parloops.c: Likewise
|
||||
* tree-ssa-address.c: Likewise
|
||||
* tree-ssa-ifcombine.c: Likewise
|
||||
* tree-if-conv.c: Likewise
|
||||
* tree-data-ref.c: Likewise
|
||||
* tree-affine.c: Likewise
|
||||
* tree-ssa-phiopt.c: Likewise
|
||||
* tree-ssa-coalesce.c: Likewise
|
||||
* tree-ssa-pre.c: Likewise
|
||||
* tree-ssa-live.c: Likewise
|
||||
* tree-predcom.c: Likewise
|
||||
* tree-ssa-forwprop.c: Likewise
|
||||
* tree-ssa-dce.c: Likewise
|
||||
* tree-ssa-ter.c: Likewise
|
||||
* tree-ssa-loop-prefetch.c: Likewise
|
||||
* tree-optimize.c: Likewise
|
||||
* tree-ssa-phiprop.c: Likewise
|
||||
* tree-object-size.c: Likewise
|
||||
* tree-outof-ssa.c: Likewise
|
||||
* tree-ssa-structalias.c: Likewise
|
||||
* tree-switch-conversion.c: Likewise
|
||||
* tree-ssa-reassoc.c: Likewise
|
||||
* tree-ssa-operands.c: Likewise
|
||||
* tree-vectorizer.c: Likewise
|
||||
* tree-vect-data-refs.c: Likewise
|
||||
* tree-vect-generic.c: Likewise
|
||||
* tree-vect-stmts.c: Likewise
|
||||
* tree-vect-patterns.c: Likewise
|
||||
* tree-vect-slp.c: Likewise
|
||||
* tree-vect-loop.c: Likewise
|
||||
* tree-ssa-loop-ivopts.c: Likewise
|
||||
* tree-ssa-loop-im.c: Likewise
|
||||
* tree-ssa-loop-niter.c: Likewise
|
||||
* tree-ssa-loop-unswitch.c: Likewise
|
||||
* tree-ssa-loop-manip.c: Likewise
|
||||
* tree-ssa-loop-ch.c: Likewise
|
||||
* tree-dump.c: Likewise
|
||||
* tree-complex.c: Likewise
|
||||
|
||||
* tree-into-ssa.c: Do not include diagnostic.h and expr.h.
|
||||
* tree-ssa-uninit.c: Likewise
|
||||
* tree-ssa-threadupdate.c: Likewise
|
||||
* tree-ssa-uncprop.c: Likewise
|
||||
* tree-ssa-ccp.c: Likewise
|
||||
* tree-ssa-dom.c: Likewise
|
||||
* tree-ssa-propagate.c: Likewise
|
||||
* tree-ssa-alias.c: Likewise
|
||||
* tree-dfa.c: Likewise
|
||||
* tree-cfgcleanup.c: Likewise
|
||||
* tree-sra.c: Likewise
|
||||
* tree-ssa-copy.c: Likewise
|
||||
* tree-ssa.c: Likewise
|
||||
* tree-profile.c: Likewise
|
||||
* tree-cfg.c: Likewise
|
||||
* tree-ssa-threadedge.c: Likewise
|
||||
* tree-vect-loop-manip.c: Likewise
|
||||
|
||||
* tree-inline.c: Do not include diagnostic.h and expr.h.
|
||||
Include rtl.h.
|
||||
(copy_decl_for_dup_finish): Do not use NULL_RTX.
|
||||
|
||||
* tree-loop-linear.c: Do not include diagnostic.h, expr.h,
|
||||
and optabs.h.
|
||||
* tree-loop-distribution.c: Likewise.
|
||||
|
||||
2010-06-01 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
|
||||
|
|
|
@ -24,21 +24,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "flags.h"
|
||||
#include "rtl.h"
|
||||
#include "tm_p.h"
|
||||
#include "ggc.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "expr.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic.h"
|
||||
#include "timevar.h"
|
||||
#include "tree-dump.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-pass.h"
|
||||
#include "tree-ssa-propagate.h"
|
||||
#include "value-prof.h"
|
||||
#include "langhooks.h"
|
||||
#include "target.h"
|
||||
|
||||
|
||||
|
|
|
@ -24,20 +24,12 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "rtl.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-iterator.h"
|
||||
#include "tree-inline.h"
|
||||
#include "diagnostic.h"
|
||||
#include "langhooks.h"
|
||||
#include "langhooks-def.h"
|
||||
#include "tree-flow.h"
|
||||
#include "timevar.h"
|
||||
#include "except.h"
|
||||
#include "hashtab.h"
|
||||
#include "flags.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "toplev.h"
|
||||
#include "tree-pass.h"
|
||||
|
||||
|
|
|
@ -22,6 +22,9 @@ along with GCC; see the file COPYING3. If not see
|
|||
#ifndef GCC_GIMPLE_PRETTY_PRINT_H
|
||||
#define GCC_GIMPLE_PRETTY_PRINT_H
|
||||
|
||||
#include "pretty-print.h"
|
||||
#include "tree-pretty-print.h"
|
||||
|
||||
/* In gimple-pretty-print.c */
|
||||
extern void debug_gimple_stmt (gimple);
|
||||
extern void debug_gimple_seq (gimple_seq);
|
||||
|
|
|
@ -26,33 +26,30 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "rtl.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-iterator.h"
|
||||
#include "tree-inline.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "langhooks.h"
|
||||
#include "langhooks-def.h"
|
||||
#include "tree-flow.h"
|
||||
#include "cgraph.h"
|
||||
#include "timevar.h"
|
||||
#include "except.h"
|
||||
#include "hashtab.h"
|
||||
#include "flags.h"
|
||||
#include "function.h"
|
||||
#include "output.h"
|
||||
#include "expr.h"
|
||||
#include "ggc.h"
|
||||
#include "toplev.h"
|
||||
#include "target.h"
|
||||
#include "optabs.h"
|
||||
#include "pointer-set.h"
|
||||
#include "splay-tree.h"
|
||||
#include "vec.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-pass.h"
|
||||
|
||||
#include "langhooks-def.h" /* FIXME: for lhd_set_decl_assembler_name. */
|
||||
#include "expr.h" /* FIXME: for can_move_by_pieces
|
||||
and STACK_CHECK_MAX_VAR_SIZE. */
|
||||
|
||||
enum gimplify_omp_var_data
|
||||
{
|
||||
|
@ -1906,7 +1903,7 @@ gimplify_var_or_parm_decl (tree *expr_p)
|
|||
tree copy = copy_node (decl), block;
|
||||
|
||||
lang_hooks.dup_lang_specific_decl (copy);
|
||||
SET_DECL_RTL (copy, NULL_RTX);
|
||||
SET_DECL_RTL (copy, 0);
|
||||
TREE_USED (copy) = 1;
|
||||
block = DECL_INITIAL (current_function_decl);
|
||||
TREE_CHAIN (copy) = BLOCK_VARS (block);
|
||||
|
@ -7601,10 +7598,6 @@ gimplify_body (tree *body_p, tree fndecl, bool do_parms)
|
|||
|
||||
timevar_push (TV_TREE_GIMPLIFY);
|
||||
|
||||
/* Initialize for optimize_insn_for_s{ize,peed}_p possibly called during
|
||||
gimplification. */
|
||||
default_rtl_profile ();
|
||||
|
||||
gcc_assert (gimplify_ctxp == NULL);
|
||||
push_gimplify_context (&gctx);
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "tree.h"
|
||||
#include "output.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "tree-dump.h"
|
||||
#include "pointer-set.h"
|
||||
|
|
|
@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "tree-inline.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "hashtab.h"
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree.h"
|
||||
#include "diagnostic.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "gimple.h"
|
||||
|
|
|
@ -29,10 +29,8 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "output.h"
|
||||
#include "flags.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "ggc.h"
|
||||
#include "langhooks.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -29,10 +29,8 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "toplev.h"
|
||||
#include "flags.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "ggc.h"
|
||||
#include "langhooks.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-flow.h"
|
||||
#include "timevar.h"
|
||||
#include "tree-dump.h"
|
||||
|
|
|
@ -30,7 +30,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "ggc.h"
|
||||
#include "tree.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -29,7 +29,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-iterator.h"
|
||||
#include "tree-pass.h"
|
||||
#include "tree-ssa-propagate.h"
|
||||
#include "diagnostic.h"
|
||||
|
||||
|
||||
/* For each complex ssa name, a lattice value. We're interested in finding
|
||||
|
|
|
@ -81,10 +81,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "ggc.h"
|
||||
#include "flags.h"
|
||||
#include "tree.h"
|
||||
|
||||
/* These RTL headers are needed for basic-block.h. */
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -30,12 +30,10 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "timevar.h"
|
||||
#include "expr.h"
|
||||
#include "ggc.h"
|
||||
#include "langhooks.h"
|
||||
#include "flags.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "tree-dump.h"
|
||||
#include "gimple.h"
|
||||
|
|
|
@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "splay-tree.h"
|
||||
#include "diagnostic.h"
|
||||
#include "toplev.h"
|
||||
#include "tree-dump.h"
|
||||
#include "tree-pass.h"
|
||||
|
|
|
@ -89,7 +89,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "flags.h"
|
||||
#include "timevar.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "toplev.h"
|
||||
#include "tree.h"
|
||||
#include "tree-inline.h"
|
||||
#include "expr.h"
|
||||
#include "flags.h"
|
||||
#include "params.h"
|
||||
#include "input.h"
|
||||
|
@ -41,7 +40,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-flow.h"
|
||||
#include "function.h"
|
||||
#include "tree-flow.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "except.h"
|
||||
#include "debug.h"
|
||||
|
@ -52,6 +50,8 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "target.h"
|
||||
#include "integrate.h"
|
||||
|
||||
#include "rtl.h" /* FIXME: For asm_str_count. */
|
||||
|
||||
/* I'm not real happy about this, but we need to handle gimple and
|
||||
non-gimple trees. */
|
||||
#include "gimple.h"
|
||||
|
@ -4697,7 +4697,7 @@ copy_decl_for_dup_finish (copy_body_data *id, tree decl, tree copy)
|
|||
/* The new variable/label has no RTL, yet. */
|
||||
if (CODE_CONTAINS_STRUCT (TREE_CODE (copy), TS_DECL_WRTL)
|
||||
&& !TREE_STATIC (copy) && !DECL_EXTERNAL (copy))
|
||||
SET_DECL_RTL (copy, NULL_RTX);
|
||||
SET_DECL_RTL (copy, 0);
|
||||
|
||||
/* These args would always appear unused, if not for this. */
|
||||
TREE_USED (copy) = 1;
|
||||
|
|
|
@ -29,9 +29,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "langhooks.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "expr.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "bitmap.h"
|
||||
|
|
|
@ -48,13 +48,10 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
#include "timevar.h"
|
||||
#include "cfgloop.h"
|
||||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
#include "tree-chrec.h"
|
||||
#include "tree-data-ref.h"
|
||||
#include "tree-scalar-evolution.h"
|
||||
|
|
|
@ -26,14 +26,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "obstack.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
#include "timevar.h"
|
||||
#include "cfgloop.h"
|
||||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
#include "tree-chrec.h"
|
||||
#include "tree-data-ref.h"
|
||||
#include "tree-scalar-evolution.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "tree-iterator.h"
|
||||
#include "tree-flow.h"
|
||||
#include "cgraph.h"
|
||||
#include "expr.h"
|
||||
#include "expr.h" /* FIXME: For STACK_SAVEAREA_MODE and SAVE_NONLOCAL. */
|
||||
#include "langhooks.h"
|
||||
#include "pointer-set.h"
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "tree-inline.h"
|
||||
#include "gimple.h"
|
||||
#include "diagnostic.h"
|
||||
#include "hashtab.h"
|
||||
#include "output.h"
|
||||
#include "langhooks.h"
|
||||
|
|
|
@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "function.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "timevar.h"
|
||||
|
|
|
@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "toplev.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -27,8 +27,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "diagnostic.h"
|
||||
#include "basic-block.h"
|
||||
#include "flags.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
|
|
|
@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "ggc.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "bitmap.h"
|
||||
|
@ -35,9 +34,12 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-dump.h"
|
||||
#include "tree-pass.h"
|
||||
#include "toplev.h"
|
||||
#include "expr.h"
|
||||
#include "ssaexpand.h"
|
||||
|
||||
/* FIXME: A lot of code here deals with expanding to RTL. All that code
|
||||
should be in cfgexpand.c. */
|
||||
#include "expr.h"
|
||||
|
||||
|
||||
DEF_VEC_I(source_location);
|
||||
DEF_VEC_ALLOC_I(source_location,heap);
|
||||
|
|
|
@ -28,7 +28,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-flow.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-data-ref.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-pass.h"
|
||||
|
|
|
@ -198,7 +198,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-scalar-evolution.h"
|
||||
#include "tree-chrec.h"
|
||||
#include "params.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-pass.h"
|
||||
|
|
|
@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "output.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "hashtab.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -23,6 +23,8 @@ along with GCC; see the file COPYING3. If not see
|
|||
#ifndef GCC_TREE_PRETTY_PRINT_H
|
||||
#define GCC_TREE_PRETTY_PRINT_H
|
||||
|
||||
#include "pretty-print.h"
|
||||
|
||||
#define pp_tree_identifier(PP, T) \
|
||||
pp_base_tree_identifier (pp_base (PP), T)
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "flags.h"
|
||||
#include "regs.h"
|
||||
#include "expr.h"
|
||||
#include "function.h"
|
||||
#include "basic-block.h"
|
||||
#include "toplev.h"
|
||||
|
|
|
@ -261,7 +261,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "ggc.h"
|
||||
#include "tree.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -77,12 +77,10 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "alloc-pool.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "expr.h"
|
||||
#include "gimple.h"
|
||||
#include "cgraph.h"
|
||||
#include "tree-flow.h"
|
||||
#include "ipa-prop.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "statistics.h"
|
||||
#include "tree-dump.h"
|
||||
|
|
|
@ -29,7 +29,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
|
|
|
@ -27,12 +27,10 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "timevar.h"
|
||||
#include "expr.h"
|
||||
#include "ggc.h"
|
||||
#include "langhooks.h"
|
||||
#include "flags.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "tree-dump.h"
|
||||
#include "gimple.h"
|
||||
|
|
|
@ -194,9 +194,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "expr.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "timevar.h"
|
||||
|
|
|
@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "flags.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "bitmap.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -27,9 +27,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "expr.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "timevar.h"
|
||||
|
|
|
@ -28,7 +28,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "flags.h"
|
||||
#include "basic-block.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "bitmap.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -49,7 +49,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
|
||||
#include "tree.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "basic-block.h"
|
||||
|
|
|
@ -29,9 +29,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "basic-block.h"
|
||||
#include "cfgloop.h"
|
||||
#include "output.h"
|
||||
#include "expr.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "timevar.h"
|
||||
|
|
|
@ -27,7 +27,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "timevar.h"
|
||||
#include "diagnostic.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-pass.h"
|
||||
|
|
|
@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "timevar.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-pass.h"
|
||||
|
|
|
@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "basic-block.h"
|
||||
#include "timevar.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-pass.h"
|
||||
|
|
|
@ -24,7 +24,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "bitmap.h"
|
||||
|
|
|
@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
#include "tree-pass.h"
|
||||
|
|
|
@ -26,9 +26,8 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "diagnostic.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
#include "timevar.h"
|
||||
|
|
|
@ -40,7 +40,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -70,14 +70,12 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
#include "timevar.h"
|
||||
#include "cfgloop.h"
|
||||
#include "expr.h"
|
||||
#include "tree-pass.h"
|
||||
#include "ggc.h"
|
||||
#include "insn-config.h"
|
||||
|
@ -92,6 +90,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-affine.h"
|
||||
#include "target.h"
|
||||
|
||||
/* FIXME: Expressions are expanded to RTL in this pass to determine the
|
||||
cost of different addressing modes. This should be moved to a TBD
|
||||
interface between the GIMPLE and RTL worlds. */
|
||||
#include "expr.h"
|
||||
|
||||
/* The infinite cost. */
|
||||
#define INFTY 10000000
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
#include "timevar.h"
|
||||
|
|
|
@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "intl.h"
|
||||
|
|
|
@ -25,13 +25,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
#include "timevar.h"
|
||||
#include "cfgloop.h"
|
||||
#include "expr.h"
|
||||
#include "tree-pass.h"
|
||||
#include "insn-config.h"
|
||||
#include "recog.h"
|
||||
|
@ -43,6 +41,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "langhooks.h"
|
||||
#include "tree-inline.h"
|
||||
#include "tree-data-ref.h"
|
||||
|
||||
|
||||
/* FIXME: Needed for optabs, but this should all be moved to a TBD interface
|
||||
between the GIMPLE and RTL worlds. */
|
||||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
|
||||
/* This pass inserts prefetch instructions to optimize cache usage during
|
||||
|
|
|
@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
#include "timevar.h"
|
||||
|
|
|
@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
#include "tree-pass.h"
|
||||
|
|
|
@ -97,7 +97,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "alloc-pool.h"
|
||||
#include "basic-block.h"
|
||||
#include "target.h"
|
||||
#include "diagnostic.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
|
||||
/* FIXME: RTL headers have to be included here for optabs. */
|
||||
|
|
|
@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "flags.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -28,7 +28,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "timevar.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-pass.h"
|
||||
#include "tree-dump.h"
|
||||
|
|
|
@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "timevar.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-inline.h"
|
||||
|
|
|
@ -28,9 +28,7 @@
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "expr.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "timevar.h"
|
||||
#include "tree-dump.h"
|
||||
|
|
|
@ -24,7 +24,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-inline.h"
|
||||
|
|
|
@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-inline.h"
|
||||
|
|
|
@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-inline.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include "tree.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-inline.h"
|
||||
#include "diagnostic.h"
|
||||
#include "toplev.h"
|
||||
#include "gimple.h"
|
||||
#include "hashtab.h"
|
||||
|
|
|
@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "bitmap.h"
|
||||
|
|
|
@ -28,9 +28,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "basic-block.h"
|
||||
#include "cfgloop.h"
|
||||
#include "output.h"
|
||||
#include "expr.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic.h"
|
||||
#include "timevar.h"
|
||||
#include "tree-dump.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -27,9 +27,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "expr.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
#include "tree-pass.h"
|
||||
|
|
|
@ -27,9 +27,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "expr.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic.h"
|
||||
#include "timevar.h"
|
||||
#include "tree-dump.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -29,9 +29,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "langhooks.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "expr.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "bitmap.h"
|
||||
#include "pointer-set.h"
|
||||
|
|
|
@ -30,9 +30,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "langhooks.h"
|
||||
#include "basic-block.h"
|
||||
#include "output.h"
|
||||
#include "expr.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "bitmap.h"
|
||||
|
|
|
@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "function.h"
|
||||
#include "langhooks.h"
|
||||
#include "diagnostic.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "target.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -93,7 +93,6 @@ eight) times the number of the actual switch branches. */
|
|||
#include "output.h"
|
||||
#include "input.h"
|
||||
#include "tree-pass.h"
|
||||
#include "diagnostic.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-dump.h"
|
||||
#include "timevar.h"
|
||||
|
|
|
@ -28,7 +28,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "function.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
#include "diagnostic.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "except.h"
|
||||
#include "tree-pass.h"
|
||||
|
|
|
@ -28,19 +28,19 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "target.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
#include "cfgloop.h"
|
||||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
#include "tree-chrec.h"
|
||||
#include "tree-scalar-evolution.h"
|
||||
#include "tree-vectorizer.h"
|
||||
#include "toplev.h"
|
||||
|
||||
/* Need to include rtl.h, expr.h, etc. for optabs. */
|
||||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
|
||||
/* Return the smallest scalar part of STMT.
|
||||
This is used to determine the vectype of the stmt. We generally set the
|
||||
|
|
|
@ -23,11 +23,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "tree.h"
|
||||
#include "tm.h"
|
||||
#include "expr.h"
|
||||
#include "insn-codes.h"
|
||||
#include "diagnostic.h"
|
||||
#include "optabs.h"
|
||||
#include "machmode.h"
|
||||
#include "langhooks.h"
|
||||
#include "tree-flow.h"
|
||||
#include "gimple.h"
|
||||
|
@ -36,6 +31,9 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "flags.h"
|
||||
#include "ggc.h"
|
||||
|
||||
/* Need to include rtl.h, expr.h, etc. for optabs. */
|
||||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
|
||||
/* Build a constant of type TYPE, made of VALUE's bits replicated
|
||||
every TYPE_SIZE (INNER_TYPE) bits to fit TYPE's precision. */
|
||||
|
|
|
@ -27,14 +27,12 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "ggc.h"
|
||||
#include "tree.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
#include "cfgloop.h"
|
||||
#include "cfglayout.h"
|
||||
#include "expr.h"
|
||||
#include "toplev.h"
|
||||
#include "tree-scalar-evolution.h"
|
||||
#include "tree-vectorizer.h"
|
||||
|
|
|
@ -27,7 +27,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "ggc.h"
|
||||
#include "tree.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "target.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
|
|
|
@ -28,7 +28,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "target.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -28,7 +28,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "target.h"
|
||||
#include "basic-block.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
|
|
|
@ -61,7 +61,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "ggc.h"
|
||||
#include "tree.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
|
|
|
@ -31,7 +31,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-pass.h"
|
||||
#include "tree-dump.h"
|
||||
#include "timevar.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "toplev.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue