diff options
Diffstat (limited to 'gcc/shrink-wrap.c')
-rw-r--r-- | gcc/shrink-wrap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/shrink-wrap.c b/gcc/shrink-wrap.c index d864784..cfdcf86 100644 --- a/gcc/shrink-wrap.c +++ b/gcc/shrink-wrap.c @@ -52,6 +52,10 @@ along with GCC; see the file COPYING3. If not see #include "gimplify.h" #include "tree-pass.h" #include "predict.h" +#include "dominance.h" +#include "cfg.h" +#include "cfgrtl.h" +#include "basic-block.h" #include "df.h" #include "params.h" #include "bb-reorder.h" |