diff options
Diffstat (limited to 'gcc/gimple.c')
-rw-r--r-- | gcc/gimple.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/gimple.c b/gcc/gimple.c index d7ce18749d2..0e695c332fc 100644 --- a/gcc/gimple.c +++ b/gcc/gimple.c @@ -23,11 +23,12 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" +#include "target.h" #include "tree.h" #include "gimple.h" -#include "hard-reg-set.h" #include "ssa.h" -#include "target.h" +#include "cgraph.h" +#include "diagnostic.h" #include "alias.h" #include "fold-const.h" #include "calls.h" @@ -38,13 +39,10 @@ along with GCC; see the file COPYING3. If not see #include "gimple-iterator.h" #include "gimple-walk.h" #include "gimplify.h" -#include "diagnostic.h" #include "value-prof.h" #include "flags.h" -#include "alias.h" #include "demangle.h" #include "langhooks.h" -#include "cgraph.h" /* All the tuples have their operand vector (if present) at the very bottom |