]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-optimization/100222 - remove redundant mark_irreducible_loops calls
authorRichard Biener <rguenther@suse.de>
Fri, 23 Apr 2021 09:16:52 +0000 (11:16 +0200)
committerRichard Biener <rguenther@suse.de>
Fri, 23 Apr 2021 10:05:36 +0000 (12:05 +0200)
commit500305a92ef85e6b87ad428a35221c62f4037b93
tree0df0b455a1745d0eeb0a9ecd7180869a70a03a6f
parentb26485f1af45423980b7bc1206411cf4b8bb84b6
tree-optimization/100222 - remove redundant mark_irreducible_loops calls

loop_optimizer_init (LOOPS_NORMAL) already performs this (quite
expensive) marking.

2021-04-23  Richard Biener  <rguenther@suse.de>

PR tree-optimization/100222
* predict.c (pass_profile::execute): Remove redundant call to
mark_irreducible_loops.
(report_predictor_hitrates): Likewise.
gcc/predict.c