This is an archive of the discontinued LLVM Phabricator instance.

[CallSite removal] Port `IndirectCallSiteVisitor` to use `CallBase` and update client code.
ClosedPublic

Authored by chandlerc on Dec 31 2018, 8:02 PM.

Details

Summary

Also rename it to use the more generic term call instead of something
that could be confused with a praticular type.

Depends on D56182.

Diff Detail

Repository
rL LLVM

Event Timeline

chandlerc created this revision.Dec 31 2018, 8:02 PM
compnerd accepted this revision.Dec 31 2018, 10:44 PM
compnerd added a subscriber: compnerd.
compnerd added inline comments.
llvm/lib/IR/Instructions.cpp
264 ↗(On Diff #179788)

Braces aren't needed.

This revision is now accepted and ready to land.Dec 31 2018, 10:44 PM
chandlerc updated this revision to Diff 179828.Jan 2 2019, 3:01 AM
chandlerc marked an inline comment as done.

Address review comment.

Thanks for review. Will land when preceding patches go in.

This revision was automatically updated to reflect the committed changes.