diff options
Diffstat (limited to 'gcc/tree-if-conv.c')
-rw-r--r-- | gcc/tree-if-conv.c | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c index 96b86a8..cb535bc 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -99,7 +99,6 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "predict.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "dominance.h" #include "cfg.h" @@ -130,6 +129,19 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa-address.h" #include "tree-pass.h" #include "dbgcnt.h" +#include "hashtab.h" +#include "rtl.h" +#include "statistics.h" +#include "real.h" +#include "fixed-value.h" +#include "insn-config.h" +#include "expmed.h" +#include "dojump.h" +#include "explow.h" +#include "calls.h" +#include "emit-rtl.h" +#include "varasm.h" +#include "stmt.h" #include "expr.h" #include "insn-codes.h" #include "optabs.h" |