X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fdominance.c;h=f7db0f10d6be2ac4bf90d1bd53def0a3f0ae759d;hb=36083c0377f294eaaa0809a77b2d967b6efd34e8;hp=245b2de1c2104eee1024f88fe766d493e6dc8f2b;hpb=878edb92eaa145a4fa1c7f66ad90aa3f8e95be2f;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/dominance.c b/gcc/dominance.c index 245b2de1c21..f7db0f10d6b 100644 --- a/gcc/dominance.c +++ b/gcc/dominance.c @@ -1,6 +1,6 @@ /* Calculate (post)dominators in slightly super-linear time. - Copyright (C) 2000, 2003, 2004, 2005, 2006, 2007, 2008 Free - Software Foundation, Inc. + Copyright (C) 2000, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. Contributed by Michael Matz (matz@ifh.de). This file is part of GCC. @@ -47,6 +47,7 @@ #include "vecprim.h" #include "pointer-set.h" #include "graphds.h" +#include "bitmap.h" /* We name our nodes with integers, beginning with 1. Zero is reserved for 'undefined' or 'end of list'. The name of each node is given by the dfs