Commit 2c1ed626 by Jeffrey A Law Committed by Jeff Law

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
parent 5050bfbe
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> 2001-11-10 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.c (rs6000_reg_names): Remove leading "v" or * config/rs6000/rs6000.c (rs6000_reg_names): Remove leading "v" or
......
...@@ -624,7 +624,7 @@ visit_expression (insn, block) ...@@ -624,7 +624,7 @@ visit_expression (insn, block)
/* Iterate over the FLOW_EDGES work list. Simulate the target block /* Iterate over the FLOW_EDGES work list. Simulate the target block
for each edge. */ for each edge. */
static void static void
examine_flow_edges (void) examine_flow_edges ()
{ {
while (flow_edges != NULL) while (flow_edges != NULL)
{ {
...@@ -981,7 +981,7 @@ ssa_ccp_df_delete_unreachable_insns () ...@@ -981,7 +981,7 @@ ssa_ccp_df_delete_unreachable_insns ()
operate on so that it can be called for sub-graphs. */ operate on so that it can be called for sub-graphs. */
void void
ssa_const_prop (void) ssa_const_prop ()
{ {
unsigned int i; unsigned int i;
edge curredge; edge curredge;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment