Remove debugging aids
authorBernd Schmidt <bernds@redhat.com>
Thu, 15 Mar 2001 17:02:42 +0000 (17:02 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Thu, 15 Mar 2001 17:02:42 +0000 (17:02 +0000)
From-SVN: r40504

gcc/ChangeLog
gcc/config/ia64/ia64.c

index 91fe550e30c16742e5b615faa88713266f04db70..bcdc3b9d25cf2f0af40a9b76d6716c30635ed441 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-15  Bernd Schmidt  <bernds@redhat.com>
+
+       * config/ia64/ia64.c (ia64_sched_reorder): Remove debugging aids.
+
 Thu Mar 15 11:30:31 EST 2001  John Wehle  (john@feith.com)
 
        * i960.h (ROUND_TYPE_SIZE_UNIT): Fix typo.
index 03f977a95d49e6c938616eb1a36b5abb4fb1f2ae..1a5d55119e9565d1f8c3eb375919916c19b6b3a8 100644 (file)
@@ -5706,16 +5706,12 @@ ia64_sched_reorder (dump, sched_verbose, ready, pn_ready, reorder_type)
                schedule_stop (sched_verbose ? dump : NULL);
                sched_data.last_was_stop = 1;
                maybe_rotate (sched_verbose ? dump : NULL);
-               if (dump)
-                 fprintf (dump, "// UNKNOWN insn; group barrier needed.\n");
              }
            else if (GET_CODE (PATTERN (insn)) == ASM_INPUT
                     || asm_noperands (PATTERN (insn)) >= 0)
              {
                /* It must be an asm of some kind.  */
                cycle_end_fill_slots (sched_verbose ? dump : NULL);
-               if (dump)
-                 fprintf (dump, "// UNKNOWN (asm).\n");
              }
            return 1;
          }