X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fhaifa-sched.c;h=78adee5723ab97534cb970c0b91f52579bf692ed;hb=6fcfdb19d48536721bed5e00b79c0942e8b8ee28;hp=3111ee9e76a1455e6c1ef99258d4a8c10a72b839;hpb=45bfe09b3a968312f3e919eb07b2cc569e2cf967;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index 3111ee9e76a..78adee5723a 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -593,7 +593,6 @@ static void free_glat (void); static void sched_remove_insn (rtx); static void clear_priorities (rtx); static void add_jump_dependencies (rtx, rtx); -static rtx bb_note (basic_block); static void calc_priorities (rtx); #ifdef ENABLE_CHECKING static int has_edge_p (VEC(edge,gc) *, int); @@ -4549,7 +4548,7 @@ add_jump_dependencies (rtx insn, rtx jump) } /* Return the NOTE_INSN_BASIC_BLOCK of BB. */ -static rtx +rtx bb_note (basic_block bb) { rtx note;