ssa-ccp.c (examine_flow_edges): Use old-style definition, not an ANSI/ISO definitino.

* ssa-ccp.c (examine_flow_edges): Use old-style definition, not
        an ANSI/ISO definitino.
        (ssa_const_prop): Likewise.

From-SVN: r46917
This commit is contained in:
Jeffrey A Law 2001-11-10 15:48:36 +00:00 committed by Jeff Law
parent 5050bfbec2
commit 2c1ed626a2
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Sat Nov 10 08:50:50 2001 Jeffrey A Law (law@cygnus.com)
* ssa-ccp.c (examine_flow_edges): Use old-style definition, not
an ANSI/ISO definitino.
(ssa_const_prop): Likewise.
2001-11-10 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.c (rs6000_reg_names): Remove leading "v" or

View File

@ -624,7 +624,7 @@ visit_expression (insn, block)
/* Iterate over the FLOW_EDGES work list. Simulate the target block
for each edge. */
static void
examine_flow_edges (void)
examine_flow_edges ()
{
while (flow_edges != NULL)
{
@ -981,7 +981,7 @@ ssa_ccp_df_delete_unreachable_insns ()
operate on so that it can be called for sub-graphs. */
void
ssa_const_prop (void)
ssa_const_prop ()
{
unsigned int i;
edge curredge;