diff options
Diffstat (limited to 'gcc/rtl-chkp.c')
-rw-r--r-- | gcc/rtl-chkp.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/rtl-chkp.c b/gcc/rtl-chkp.c index 91b60c4..0bdf5ef 100644 --- a/gcc/rtl-chkp.c +++ b/gcc/rtl-chkp.c @@ -22,21 +22,21 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" +#include "target.h" +#include "rtl.h" #include "tree.h" #include "gimple.h" -#include "rtl.h" +#include "expmed.h" +#include "insn-config.h" +#include "emit-rtl.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 "target.h" #include "internal-fn.h" #include "fold-const.h" #include "rtl-chkp.h" |