]> granicus.if.org Git - clang/commit
[PGO] More comments how function pointers for indirect calls are mapped
authorAdam Nemet <anemet@apple.com>
Mon, 28 Mar 2016 22:18:53 +0000 (22:18 +0000)
committerAdam Nemet <anemet@apple.com>
Mon, 28 Mar 2016 22:18:53 +0000 (22:18 +0000)
commit4505b3cbd529781ee352cf8eb8ec7b03b855ff3c
tree81185df743788b73a5020d47fac6c9551d39d371
parentcf8ccff57c5f2f69723241eabd330f90b96bf66f
[PGO] More comments how function pointers for indirect calls are mapped
to function names

Summary:
Hopefully this will make it easier for the next person to figure all
this out...

Reviewers: bogner, davidxl

Subscribers: davidxl, cfe-commits

Differential Revision: http://reviews.llvm.org/D18489

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264681 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp