diff options
Diffstat (limited to 'gcc/rtlhooks.c')
-rw-r--r-- | gcc/rtlhooks.c | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gcc/rtlhooks.c b/gcc/rtlhooks.c index efb1513..48cb758 100644 --- a/gcc/rtlhooks.c +++ b/gcc/rtlhooks.c @@ -24,6 +24,30 @@ along with GCC; see the file COPYING3. If not see #include "rtl.h" #include "rtlhooks-def.h" #include "symtab.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "flags.h" +#include "statistics.h" +#include "double-int.h" +#include "real.h" +#include "fixed-value.h" +#include "alias.h" +#include "wide-int.h" +#include "inchash.h" +#include "tree.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 "recog.h" |