diff options
Diffstat (limited to 'gcc/fwprop.c')
-rw-r--r-- | gcc/fwprop.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/fwprop.c b/gcc/fwprop.c index f166bdeb3fb..c59d307614f 100644 --- a/gcc/fwprop.c +++ b/gcc/fwprop.c @@ -31,6 +31,18 @@ along with GCC; see the file COPYING3. If not see #include "recog.h" #include "flags.h" #include "obstack.h" +#include "predict.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "dominance.h" +#include "cfg.h" +#include "cfgrtl.h" +#include "cfgcleanup.h" #include "basic-block.h" #include "df.h" #include "target.h" |