Fix failing test-case
authorMartin Liska <mliska@suse.cz>
Wed, 18 Oct 2017 12:44:08 +0000 (14:44 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Wed, 18 Oct 2017 12:44:08 +0000 (12:44 +0000)
commit28e2e23607381f057e694c373025433d414e2750
tree29dd250888e3464dc839ae35f27a61bda307a10f
parent368b626f2626a7752a18c7f9b817e49f3f587226
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.

From-SVN: r253854
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-prof/switch-case-2.c