]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/regcprop.c
alias.c: Reorder #include statements and remove duplicates.
[thirdparty/gcc.git] / gcc / regcprop.c
index bc8111c1a2ca838b2409fa79fb4bd617da235d72..362ef93dbd4e457fef95eb4d96bc16d0a146f403 100644 (file)
 #include "tm_p.h"
 #include "insn-config.h"
 #include "regs.h"
+#include "emit-rtl.h"
+#include "recog.h"
+#include "diagnostic-core.h"
 #include "addresses.h"
 #include "reload.h"
-#include "recog.h"
 #include "flags.h"
-#include "diagnostic-core.h"
 #include "tree-pass.h"
 #include "rtl-iter.h"
-#include "emit-rtl.h"
 
 /* The following code does forward propagation of hard register copies.
    The object is to eliminate as many dependencies as possible, so that