diff options
Diffstat (limited to 'gcc/tree-ssa-uncprop.c')
-rw-r--r-- | gcc/tree-ssa-uncprop.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/tree-ssa-uncprop.c b/gcc/tree-ssa-uncprop.c index 8ea1d456817..a15991dbd59 100644 --- a/gcc/tree-ssa-uncprop.c +++ b/gcc/tree-ssa-uncprop.c @@ -25,14 +25,18 @@ along with GCC; see the file COPYING3. If not see #include "stor-layout.h" #include "flags.h" #include "tm_p.h" -#include "basic-block.h" +#include "predict.h" +#include "vec.h" #include "hashtab.h" #include "hash-set.h" -#include "vec.h" #include "machmode.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" +#include "dominance.h" +#include "cfg.h" +#include "cfganal.h" +#include "basic-block.h" #include "hash-table.h" #include "hash-map.h" #include "tree-ssa-alias.h" |