* flow.c (propagate_block_delete_insn): Remove unused variable.
From-SVN: r50446
This commit is contained in:
parent
054ef90540
commit
1e4e95d623
@ -1,3 +1,7 @@
|
||||
2002-03-08 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* flow.c (propagate_block_delete_insn): Remove unused variable.
|
||||
|
||||
2002-03-08 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* config/h8300/h8300.c (h8300_adjust_insn_length): Tighten
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Data flow analysis for GNU compiler.
|
||||
Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
||||
1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
@ -1496,7 +1496,6 @@ propagate_block_delete_insn (insn)
|
||||
rtx insn;
|
||||
{
|
||||
rtx inote = find_reg_note (insn, REG_LABEL, NULL_RTX);
|
||||
basic_block bb = BLOCK_FOR_INSN (insn);
|
||||
|
||||
/* If the insn referred to a label, and that label was attached to
|
||||
an ADDR_VEC, it's safe to delete the ADDR_VEC. In fact, it's
|
||||
|
Loading…
Reference in New Issue
Block a user