Patch to the function reordering linker plugin to recognize and reorder split
commit450a500bc2405b8072d9cf3da162bf6f8c07c93f
authortmsriram <tmsriram@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Feb 2014 01:03:57 +0000 (12 01:03 +0000)
committertmsriram <tmsriram@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Feb 2014 01:03:57 +0000 (12 01:03 +0000)
treeaee31f2702ea8b7a93e1e4904d7b7bd7f4e1340d
parent8547ce1a20fddda5130d4c6b8a5bad1de9f06f35
Patch to the function reordering linker plugin to recognize and reorder split
functions when -freorder-blocks-and-partition is switched on.

Discussion here:
http://gcc.gnu.org/ml/gcc-patches/2014-02/msg00647.html

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/google@207709 138bc75d-0d04-0410-961f-82ee72b054a4
gcc-4_8/function_reordering_plugin/callgraph.c
gcc-4_8/function_reordering_plugin/callgraph.h
gcc-4_8/gcc/testsuite/g++.dg/tree-prof/func_reorder_gold_plugin_8.C
gcc-4_8/gcc/testsuite/g++.dg/tree-prof/func_reorder_gold_plugin_split_functions_1.C [new file with mode: 0644]