invoke.texi (-fprofile-report): Document.
authorJan Hubicka <jh@suse.cz>
Sat, 6 Oct 2012 14:06:04 +0000 (16:06 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 6 Oct 2012 14:06:04 +0000 (14:06 +0000)
commit37e5402bb30e9c81fa62393c112f56a5cfe42e16
treee1e42815c9499f0b95c3a5198d14934740fd2fc1
parent5e25600e6e4c363389f3d09b2c5065f339381556
invoke.texi (-fprofile-report): Document.

* doc/invoke.texi (-fprofile-report): Document.
* common.opt (-fprofile-report): New option.
* toplev.c (finalize): Call dump_profile_report.
* toplev.h (profile_report): Declare.
* passes.c (profile_record): New static var.
(check_profile_consistency): New function.
(dump_profile_record): New function.
(execute_one_ipa_transform_pass): Call check_profile_consistency.
(execute_one_pass): Likewise.

From-SVN: r192161
gcc/ChangeLog
gcc/common.opt
gcc/doc/invoke.texi
gcc/passes.c
gcc/toplev.c
gcc/toplev.h