diff options
Diffstat (limited to 'gcc/tree-ssa-uncprop.c')
-rw-r--r-- | gcc/tree-ssa-uncprop.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree-ssa-uncprop.c b/gcc/tree-ssa-uncprop.c index 3415dda1221..0ae8bee9807 100644 --- a/gcc/tree-ssa-uncprop.c +++ b/gcc/tree-ssa-uncprop.c @@ -50,11 +50,6 @@ along with GCC; see the file COPYING3. If not see #include "domwalk.h" #include "tree-pass.h" #include "tree-ssa-propagate.h" -#include "bitmap.h" -#include "stringpool.h" -#include "tree-ssanames.h" -#include "tree-ssa-live.h" -#include "tree-ssa-coalesce.h" /* The basic structure describing an equivalency created by traversing an edge. Traversing the edge effectively means that we can assume |