Use only lineno+discriminator (remove the callee function name) as the key to represe...
commit3499c5845932bead7b7209a0a7464d8b5728aab1
authordehao <dehao@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Oct 2013 14:39:31 +0000 (10 14:39 +0000)
committerdehao <dehao@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Oct 2013 14:39:31 +0000 (10 14:39 +0000)
tree2af3bf90daae0b7537465057d66b99d14ebc9bcd
parent8d817aacf5e512033c0559bde1c3d3c942efe02d
Use only lineno+discriminator (remove the callee function name) as the key to represent callsite. Because each callsite will have its discriminator if in the same line.

2013-10-10  Dehao Chen  <dehao@google.com>

* gcc/auto-profile.c (get_function_instance_by_decl): Remove
callee_name from callsite.
(read_function_instance): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/google@203379 138bc75d-0d04-0410-961f-82ee72b054a4
gcc-4_8/gcc/auto-profile.c