diff options
Diffstat (limited to 'gcc/rtlhooks.c')
-rw-r--r-- | gcc/rtlhooks.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/rtlhooks.c b/gcc/rtlhooks.c index 0c69981..d5d0b22 100644 --- a/gcc/rtlhooks.c +++ b/gcc/rtlhooks.c @@ -21,22 +21,22 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" +#include "function.h" #include "rtl.h" -#include "rtlhooks-def.h" #include "tree.h" -#include "function.h" +#include "expmed.h" +#include "insn-config.h" +#include "emit-rtl.h" +#include "recog.h" +#include "rtlhooks-def.h" #include "flags.h" #include "alias.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" /* For speed, we will copy the RTX hooks struct member-by-member |