X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftree-ssa-uncprop.c;h=30aa4c7755d5d85dda98665aef0e581e86ebdd02;hb=95cdaa86ed9bb149a93d8603c6f6497872a80262;hp=96c08d3c8f2115c57a75f2a822eb9d2257449e37;hpb=be2517f5d18146f44ff3d2912a28b524a99424c4;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/tree-ssa-uncprop.c b/gcc/tree-ssa-uncprop.c index 96c08d3c8f2..30aa4c7755d 100644 --- a/gcc/tree-ssa-uncprop.c +++ b/gcc/tree-ssa-uncprop.c @@ -1,5 +1,6 @@ /* Routines for discovering and unpropagating edge equivalences. - Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2005, 2007, 2008, 2010 + Free Software Foundation, Inc. This file is part of GCC. @@ -23,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"