profile.c (branch_prob): Do not verify flow info in the middle of the pass.
authorJan Hubicka <jh@suse.cz>
Thu, 23 Sep 2004 14:11:06 +0000 (16:11 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 23 Sep 2004 14:11:06 +0000 (14:11 +0000)
* profile.c (branch_prob): Do not verify flow info in the middle of the
pass.

From-SVN: r87946

gcc/ChangeLog
gcc/profile.c

index cf3f949b133579e04872ae9c6fcbb90e8e9435e9..7b098133081e7932a06409799d06e742cbc8e749 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-23  Jan Hubicka  <jh@suse.cz>
+
+       * profile.c (branch_prob): Do not verify flow info in the middle of the
+       pass.
+
 2004-09-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
 
        * cfgloop.h (update_single_exits_after_duplication): Declare.
index b83e6c3e5d9ce20ea31b29f61d2ed0b3f4aa73a0..7b04bfdf12f9010ba41ffc2195897bf35ffee1a0 100644 (file)
@@ -838,10 +838,6 @@ branch_prob (void)
        }
     }
 
-#ifdef ENABLE_CHECKING
-  verify_flow_info ();
-#endif
-
   /* Create spanning tree from basic block graph, mark each edge that is
      on the spanning tree.  We insert as many abnormal and critical edges
      as possible to minimize number of edge splits necessary.  */