]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/final.c
Emit a label for the split cold function part.
authorSriraman Tallam <tmsriram@google.com>
Tue, 19 Nov 2013 22:12:21 +0000 (22:12 +0000)
committerSriraman Tallam <tmsriram@gcc.gnu.org>
Tue, 19 Nov 2013 22:12:21 +0000 (22:12 +0000)
commit2ae367c1e7081c2ec9a47267551d197002e79b23
treec5c102bd1f2db820f1d57fb913fc67020e0bbb34
parent50875e80e1ed5ba34bf4342571530b7ad516af1b
Emit a label for the split cold function part.

Emit a label for the split cold function part.  Label name is formed by
suffixing the original function name with "cold".

Patch tested for bootstrap on all default languages on x86_64 and
regression testsuite checked for parity with RUNTESTFLAGS -m32 and m64.

From-SVN: r205057
gcc/ChangeLog
gcc/final.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-prof/cold_partition_label.c [new file with mode: 0644]