diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-23 14:11:06 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-23 14:11:06 +0000 |
commit | 3ef9356052b3b96df69f5286cb3da1e1e4fd569d (patch) | |
tree | 5c576e3f1716806ee48d8171f00784f7f0b7c8e9 /gcc/profile.c | |
parent | a5740d80d198de0c713612cdcd725efe53a2c370 (diff) | |
download | gcc-3ef9356052b3b96df69f5286cb3da1e1e4fd569d.tar.gz |
* profile.c (branch_prob): Do not verify flow info in the middle of the
pass.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87946 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index b83e6c3e5d9..7b04bfdf12f 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. */ |