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)
commit2d2a4359a22e9c55a0247268e52db44f3d7d17fe
tree9b3d335ba7b3476cf33d657eaad93c29b64aaab0
parent73634358a19df8c181b010b1fc89e99e00b38d9c
Remove `CallSite` from the CodeMetrics analysis, moving it to the new
`CallBase` and simpler APIs therein.

llvm-svn: 353673
llvm/include/llvm/Analysis/CodeMetrics.h
llvm/lib/Analysis/CodeMetrics.cpp