OSDN Git Service

Remove `CallSite` from the CodeMetrics analysis, moving it to the new
authorChandler Carruth <chandlerc@gmail.com>
Mon, 11 Feb 2019 09:03:32 +0000 (09:03 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 11 Feb 2019 09:03:32 +0000 (09:03 +0000)
commit035c5fe3c92a4c2de1d83d0e363d46d673f62daf
tree80d047ae9666422e778f10d28a4cce69e8b95640
parent53ff4867dbaff3329013407afe3c8b46acb94388
Remove `CallSite` from the CodeMetrics analysis, moving it to the new
`CallBase` and simpler APIs therein.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353673 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/CodeMetrics.h
lib/Analysis/CodeMetrics.cpp