diff options
Diffstat (limited to 'gcc/tree-ssa-uncprop.c')
-rw-r--r-- | gcc/tree-ssa-uncprop.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/tree-ssa-uncprop.c b/gcc/tree-ssa-uncprop.c index eff709ebc8c..be6c209d7a4 100644 --- a/gcc/tree-ssa-uncprop.c +++ b/gcc/tree-ssa-uncprop.c @@ -21,22 +21,15 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "hard-reg-set.h" #include "tree.h" #include "gimple.h" #include "tree-pass.h" -#include "tm_p.h" #include "ssa.h" -#include "alias.h" #include "fold-const.h" -#include "stor-layout.h" -#include "flags.h" #include "cfganal.h" -#include "internal-fn.h" #include "gimple-iterator.h" #include "tree-cfg.h" #include "domwalk.h" -#include "tree-ssa-propagate.h" #include "tree-hash-traits.h" #include "tree-ssa-live.h" #include "tree-ssa-coalesce.h" |