This is an archive of the discontinued LLVM Phabricator instance.

[CallSite removal][Lint] Replace visitCallSite with visitCallBase. NFC
ClosedPublic

Authored by craig.topper on Apr 18 2020, 11:45 PM.

Details

Summary

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.

Diff Detail

Event Timeline

craig.topper created this revision.Apr 18 2020, 11:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 18 2020, 11:45 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
This revision is now accepted and ready to land.Apr 19 2020, 10:39 AM
This revision was automatically updated to reflect the committed changes.