diff options
Diffstat (limited to 'gcc/cprop.c')
-rw-r--r-- | gcc/cprop.c | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/gcc/cprop.c b/gcc/cprop.c index 4538291c078..c9fb2fc5129 100644 --- a/gcc/cprop.c +++ b/gcc/cprop.c @@ -41,11 +41,7 @@ along with GCC; see the file COPYING3. If not see #include "insn-config.h" #include "recog.h" #include "predict.h" -#include "vec.h" #include "hashtab.h" -#include "hash-set.h" -#include "machmode.h" -#include "input.h" #include "function.h" #include "dominance.h" #include "cfg.h" @@ -54,6 +50,16 @@ along with GCC; see the file COPYING3. If not see #include "lcm.h" #include "cfgcleanup.h" #include "basic-block.h" +#include "statistics.h" +#include "real.h" +#include "fixed-value.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 "except.h" #include "params.h" |