diff options
Diffstat (limited to 'gcc/ipa-split.c')
-rw-r--r-- | gcc/ipa-split.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ipa-split.c b/gcc/ipa-split.c index 874e7b8..3bec895 100644 --- a/gcc/ipa-split.c +++ b/gcc/ipa-split.c @@ -79,9 +79,14 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tree.h" #include "target.h" -#include "cgraph.h" #include "ipa-prop.h" -#include "tree-ssa.h" +#include "gimple-ssa.h" +#include "tree-cfg.h" +#include "tree-phinodes.h" +#include "ssa-iterators.h" +#include "tree-ssanames.h" +#include "tree-into-ssa.h" +#include "tree-dfa.h" #include "tree-pass.h" #include "flags.h" #include "diagnostic.h" |