diff options
Diffstat (limited to 'gcc/tree-vrp.c')
-rw-r--r-- | gcc/tree-vrp.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/tree-vrp.c b/gcc/tree-vrp.c index 0a05964..cb20052 100644 --- a/gcc/tree-vrp.c +++ b/gcc/tree-vrp.c @@ -26,6 +26,14 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "tree.h" #include "basic-block.h" +#include "gimple.h" +#include "gimple-ssa.h" +#include "tree-cfg.h" +#include "tree-phinodes.h" +#include "ssa-iterators.h" +#include "tree-ssanames.h" +#include "tree-ssa-loop.h" +#include "tree-into-ssa.h" #include "tree-ssa.h" #include "tree-pass.h" #include "tree-dump.h" |