diff options
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 03d7451..92b8613 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -33,48 +33,30 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "predict.h" #include "alloc-pool.h" -#include "timevar.h" #include "gimple-ssa.h" -#include "expmed.h" -#include "insn-config.h" -#include "emit-rtl.h" #include "cgraph.h" #include "lto-streamer.h" -#include "diagnostic-core.h" -#include "alias.h" #include "fold-const.h" #include "varasm.h" #include "calls.h" #include "print-tree.h" -#include "tree-inline.h" #include "langhooks.h" -#include "toplev.h" -#include "flags.h" -#include "debug.h" #include "intl.h" -#include "internal-fn.h" #include "tree-eh.h" #include "gimple-iterator.h" -#include "dumpfile.h" #include "tree-cfg.h" #include "tree-ssa.h" #include "value-prof.h" -#include "except.h" #include "ipa-utils.h" #include "symbol-summary.h" #include "ipa-prop.h" #include "ipa-inline.h" #include "cfgloop.h" #include "gimple-pretty-print.h" -#include "dojump.h" -#include "explow.h" -#include "stmt.h" -#include "expr.h" #include "tree-dfa.h" #include "profile.h" #include "params.h" #include "tree-chkp.h" -#include "context.h" /* FIXME: Only for PROP_loops, but cgraph shouldn't have to know about this. */ #include "tree-pass.h" |