aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-07-12Remove another unused variable from r275216Teresa Johnson1-2/+1
Remove another variable added in r275216 that was only used in debug mode. llvm-svn: 275238
2016-07-12Refactor indirect call promotion profitability analysis (NFC)Teresa Johnson1-0/+110
Summary: Refactored the profitability analysis out of the IC promotion pass and into lib/Analysis so that it can be accessed by the summary index builder in a follow-on patch to enable IC promotion in ThinLTO (D21932). Reviewers: davidxl, xur Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D22182 llvm-svn: 275216