(insert_ap_loads): Initialize AP_IS_LIVE to 0 at start of both loops,
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 15 May 1993 15:44:51 +0000 (11:44 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 15 May 1993 15:44:51 +0000 (11:44 -0400)
not just first one.

From-SVN: r4472

gcc/config/convex/convex.c

index 90d4308..89da18e 100644 (file)
@@ -1,5 +1,5 @@
 /* Subroutines for insn-output.c for Convex.
-   Copyright (C) 1988,1993 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -949,6 +949,8 @@ insert_ap_loads ()
          }
     } while (doagain);
 
+  ap_is_live = 0;
+
   for (insn = get_last_insn (); insn; insn = PREV_INSN (insn))
     switch (GET_CODE (insn))
       {