[all-commits] [llvm/llvm-project] 655aa1: [llvm][NFC] Replace CallSite with CallBase in Inliner
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Thu Apr 9 15:02:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 655aa1ae4af46a5c89e25e1b6c5958eb7395d028
https://github.com/llvm/llvm-project/commit/655aa1ae4af46a5c89e25e1b6c5958eb7395d028
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-04-09 (Thu, 09 Apr 2020)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Inliner.h
M llvm/lib/Transforms/IPO/Inliner.cpp
Log Message:
-----------
[llvm][NFC] Replace CallSite with CallBase in Inliner
Summary:
*Almost* all uses are replaced. Left FIXMEs for the two sites that
require refactoring outside of Inliner, to scope this patch.
Subscribers: eraman, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D77817
More information about the All-commits
mailing list