aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2004-09-23 16:11:06 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2004-09-23 14:11:06 +0000
commitaa26df17e9e0c2169ff36c85f0f803309e180b0a (patch)
tree5c576e3f1716806ee48d8171f00784f7f0b7c8e9 /gcc
parent4c8bfd97e60bcb79c8633fee7f5cac5acec99b24 (diff)
downloadgcc-aa26df17e9e0c2169ff36c85f0f803309e180b0a.zip
gcc-aa26df17e9e0c2169ff36c85f0f803309e180b0a.tar.gz
gcc-aa26df17e9e0c2169ff36c85f0f803309e180b0a.tar.bz2
profile.c (branch_prob): Do not verify flow info in the middle of the pass.
* profile.c (branch_prob): Do not verify flow info in the middle of the pass. From-SVN: r87946
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/profile.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cf3f949..7b09813 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/profile.c b/gcc/profile.c
index b83e6c3..7b04bfd 100644
--- a/gcc/profile.c
+++ b/gcc/profile.c
@@ -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. */