Re: [patch, testsuite] Add profopt-target-cleanup

2015-02-26 Thread Mike Stump
On Feb 26, 2015, at 7:04 AM, Tom de Vries wrote: > this patch adds proc profopt-target-cleanup, which cleans up profile files, > while also taking dg-additional-sources into account. > > Using profopt-target-cleanup in profopt-execute, we cleanup f.i. > ic-misattribution-1a.gcda after running t

[patch, testsuite] Add profopt-target-cleanup

2015-02-26 Thread Tom de Vries
Hi, this patch adds proc profopt-target-cleanup, which cleans up profile files, while also taking dg-additional-sources into account. Using profopt-target-cleanup in profopt-execute, we cleanup f.i. ic-misattribution-1a.gcda after running the tree-prof/ic-misattribution-1.c testcase. OK fo