* reorg.c (dbr_schedule): Remove #if 0 code to call final.
authorIan Lance Taylor <ian@airs.com>
Wed, 23 Mar 2005 14:53:52 +0000 (14:53 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 23 Mar 2005 14:53:52 +0000 (14:53 +0000)
From-SVN: r96931

gcc/ChangeLog
gcc/reorg.c

index f328d0136494cbdbd1535aa9ba483dbe1df5c794..47f35922744e31af3260fbc5019651a9dcb50662 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-23  Ian Lance Taylor  <ian@airs.com>
+
+       * reorg.c (dbr_schedule): Remove #if 0 code to call final.
+
 2005-03-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * config.gcc (alpha*-dec-osf[45]*): Remove target_cpu_default.
index 09c8ea583c5d4ed3fc6f24ed6bf8b4699c5abdca..6d0db45a37db5ff7bb9dd277955d9e4c95fa7e8c 100644 (file)
@@ -3582,17 +3582,6 @@ dbr_schedule (rtx first, FILE *file)
 {
   rtx insn, next, epilogue_insn = 0;
   int i;
-#if 0
-  int old_flag_no_peephole = flag_no_peephole;
-
-  /* Execute `final' once in prescan mode to delete any insns that won't be
-     used.  Don't let final try to do any peephole optimization--it will
-     ruin dataflow information for this pass.  */
-
-  flag_no_peephole = 1;
-  final (first, 0, NO_DEBUG, 1, 1);
-  flag_no_peephole = old_flag_no_peephole;
-#endif
 
   /* If the current function has no insns other than the prologue and
      epilogue, then do not try to fill any delay slots.  */