]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gimple.c
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / gimple.c
index d7ce18749d23199fe71de144d85ef4a89540de58..0e695c332fce219998d4ebc325ef97d2172ac6ed 100644 (file)
@@ -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