Fix failing test-case
commitfbd46ff2f2b948410511ae5b90e8c59977ee5744
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Oct 2017 12:44:08 +0000 (18 12:44 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Oct 2017 12:44:08 +0000 (18 12:44 +0000)
tree29dd250888e3464dc839ae35f27a61bda307a10f
parent598fbaeabd39eee83ceacfd27e8e3f32f546ba41
Fix failing test-case

2017-10-18  Martin Liska  <mliska@suse.cz>

* gcc.dg/tree-prof/switch-case-2.c: Scan IPA profile dump
file instead of expand. Reason is that switch statement is
not yet expanded as decision tree, which also contains a BB
with count == 2000.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@253854 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-prof/switch-case-2.c