]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-call-cdce.c
Merge from trunk.
[thirdparty/gcc.git] / gcc / tree-call-cdce.c
index 58065ad8377e06f51f2f8d054f18cc11d634e4b8..4c6aae7c484b0aaf09e4199fecede9e44c54e573 100644 (file)
@@ -24,10 +24,13 @@ along with GCC; see the file COPYING3.  If not see
 #include "tm.h"
 #include "basic-block.h"
 #include "tree.h"
+#include "stor-layout.h"
 #include "gimple-pretty-print.h"
 #include "gimple.h"
+#include "gimple-iterator.h"
 #include "gimple-ssa.h"
 #include "tree-cfg.h"
+#include "stringpool.h"
 #include "tree-ssanames.h"
 #include "tree-into-ssa.h"
 #include "tree-pass.h"