]> git.ipfire.org Git - thirdparty/gcc.git/commit
[PATCH] Partially fix PR61529, bound basic block frequency
authorRenlin Li <renlin.li@arm.com>
Mon, 10 Nov 2014 17:53:21 +0000 (17:53 +0000)
committerJiong Wang <jiwang@gcc.gnu.org>
Mon, 10 Nov 2014 17:53:21 +0000 (17:53 +0000)
commit202d59415f19e3bb8a85abca3f79d952f8a4d54c
treee13c3ceaa56a47f629109a9a6d9f8fcd7fa67357
parenta25efea0868cef17064a71d76a2fd7d209adc6b3
[PATCH] Partially fix PR61529, bound basic block frequency

  2014-11-10  Renlin Li <Renlin.Li@arm.com>

  PR middle-end/61529

  gcc/
    * tree-ssa-threadupdate.c (compute_path_counts): Bound path_in_freq.

  gcc/testsuite/
    * gcc.dg/pr61529.c: New.

From-SVN: r217303
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr61529.c [new file with mode: 0644]
gcc/tree-ssa-threadupdate.c