[PATCH] D77817: [llvm][NFC] Replace CallSite with CallBase in Inliner

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 13:00:44 PDT 2020


mtrofin updated this revision to Diff 256360.
mtrofin added a comment.

CallBase* -> CallBase& in places where the contract is that the value can't be null.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77817/new/

https://reviews.llvm.org/D77817

Files:
  llvm/include/llvm/Transforms/IPO/Inliner.h
  llvm/lib/Transforms/IPO/Inliner.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77817.256360.patch
Type: text/x-patch
Size: 18747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200409/c05ac3b2/attachment.bin>


More information about the llvm-commits mailing list