flow.c (flow_loops_dump): Add missing argument when calling flow_loop_nested_p.
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>
Sat, 4 Dec 1999 11:07:07 +0000 (11:07 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Sat, 4 Dec 1999 11:07:07 +0000 (11:07 +0000)
* flow.c (flow_loops_dump): Add missing argument when calling
flow_loop_nested_p.

From-SVN: r30773

gcc/ChangeLog
gcc/flow.c

index 5e5489ab740e0be111a1dcae2a9d0ea665af746b..96e2f05ac85418d14b332bd69061398fc6dccb0d 100644 (file)
@@ -1,3 +1,8 @@
+1999-12-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * flow.c (flow_loops_dump): Add missing argument when calling
+       flow_loop_nested_p.
+
 1999-12-04  Geoffrey Keating  <geoffk@cygnus.com>
            Greg McGary  <gkm@gnu.org>
 
index f147b7e4e5140d50a10970995319d50391b82720..25bf2e29eed12234e4bb9ca144edf6fd4c4a1b2a 100644 (file)
@@ -6459,7 +6459,8 @@ flow_loops_dump (loops, file, verbose)
                  /* If the union of LOOP and OLOOP is different than
                     the larger of LOOP and OLOOP then LOOP and OLOOP
                     must be disjoint.  */
-                 disjoint = ! flow_loop_nested_p (smaller ? loop : oloop);
+                 disjoint = ! flow_loop_nested_p (smaller ? loop : oloop,
+                                                  smaller ? oloop : loop);
                  fprintf (file, ";; loop header %d shared by loops %d, %d"
                           " %s\n",
                           loop->header->index, i, j,