[PATCH] D78448: [CallSite removal][Lint] Replace visitCallSite with visitCallBase. NFC

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 18 23:58:02 PDT 2020


craig.topper created this revision.
craig.topper added reviewers: dblaikie, mtrofin.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.

Drop visitCallInst/visitInvokeInst since the generic implementation
will delegate to visitCallBase. They appear to be from a time
before visitCallSite existed in the InstVisitor system.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78448

Files:
  llvm/lib/Analysis/Lint.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78448.258584.patch
Type: text/x-patch
Size: 6093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200419/5efc17f8/attachment.bin>


More information about the llvm-commits mailing list