diff options
Diffstat (limited to 'gcc/tree-call-cdce.c')
-rw-r--r-- | gcc/tree-call-cdce.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/tree-call-cdce.c b/gcc/tree-call-cdce.c index 112a3250c40..5eb96feddc0 100644 --- a/gcc/tree-call-cdce.c +++ b/gcc/tree-call-cdce.c @@ -22,20 +22,20 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "cfghooks.h" +#include "hard-reg-set.h" #include "tree.h" #include "gimple.h" -#include "hard-reg-set.h" +#include "cfghooks.h" +#include "tree-pass.h" #include "ssa.h" +#include "gimple-pretty-print.h" #include "alias.h" #include "fold-const.h" #include "stor-layout.h" -#include "gimple-pretty-print.h" #include "internal-fn.h" #include "gimple-iterator.h" #include "tree-cfg.h" #include "tree-into-ssa.h" -#include "tree-pass.h" #include "flags.h" |