X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Ftree-ssa-uninit.c;h=114a9d89a7b6454a94bd4bb165cc4a9a6e17a9b8;hp=5487cc06b960c65f3aeb1911f6be7c4fc5529594;hb=519f394d27f50f6d1d1593db372a7c949f7c95e3;hpb=ce084dfc1cd60d867d38dbed86a914d82fa908d1 diff --git a/gcc/tree-ssa-uninit.c b/gcc/tree-ssa-uninit.c index 5487cc06b96..114a9d89a7b 100644 --- a/gcc/tree-ssa-uninit.c +++ b/gcc/tree-ssa-uninit.c @@ -1,5 +1,5 @@ /* Predicate aware uninitialized variable warning. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2010 Free Software + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc. Contributed by Xinliang David Li @@ -25,14 +25,16 @@ 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 "langhooks.h" +#include "hard-reg-set.h" #include "basic-block.h" #include "output.h" #include "expr.h" #include "function.h" #include "diagnostic.h" -#include "gimple-pretty-print.h" #include "bitmap.h" #include "pointer-set.h" #include "tree-flow.h"