X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Ftree-ssa-uncprop.c;h=6f603ffc895e5e474342cee1f329b46f1a019e2c;hp=a26a2aed369b0825a2c19b3b66ad63a79c9dec53;hb=c11301e89c1e80887b6b9bb795a0038cadee8bbe;hpb=7cf0dbf3e5eee1286c76c26a836622c9c9974736 diff --git a/gcc/tree-ssa-uncprop.c b/gcc/tree-ssa-uncprop.c index a26a2aed369..6f603ffc895 100644 --- a/gcc/tree-ssa-uncprop.c +++ b/gcc/tree-ssa-uncprop.c @@ -24,19 +24,14 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "tree.h" #include "flags.h" -#include "rtl.h" #include "tm_p.h" -#include "ggc.h" #include "basic-block.h" #include "output.h" -#include "expr.h" #include "function.h" -#include "diagnostic.h" #include "timevar.h" #include "tree-dump.h" #include "tree-flow.h" #include "domwalk.h" -#include "real.h" #include "tree-pass.h" #include "tree-ssa-propagate.h" #include "langhooks.h" @@ -601,7 +596,6 @@ struct gimple_opt_pass pass_uncprop = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - TODO_dump_func | TODO_verify_ssa /* todo_flags_finish */ + TODO_verify_ssa /* todo_flags_finish */ } }; -