This is an archive of the discontinued LLVM Phabricator instance.

[llvm][NFC][CallSite] Remove {Immutable}CallSite and CallSiteBase
ClosedPublic

Authored by mtrofin on Apr 23 2020, 11:21 PM.

Diff Detail

Event Timeline

mtrofin created this revision.Apr 23 2020, 11:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 23 2020, 11:21 PM
mtrofin updated this revision to Diff 259814.Apr 23 2020, 11:25 PM

un-clang-format-ed InstVisitor.h, to match what's there

mtrofin updated this revision to Diff 259816.Apr 23 2020, 11:31 PM

yank the #includes

craig.topper added inline comments.Apr 23 2020, 11:58 PM
llvm/include/llvm/IR/CallSite.h
16–17

Dead

16–17

Dead

16–17

Dead

16–17

Dead

16–17

Dead

30–31

I think this is dead now.

mtrofin updated this revision to Diff 259896.Apr 24 2020, 8:33 AM
mtrofin marked 5 inline comments as done.

removed dead includes, also removed obsolete file documentation.

mtrofin marked 2 inline comments as done.Apr 24 2020, 8:35 AM

Also removed obsolete comments.

llvm/include/llvm/IR/CallSite.h
30–31

Yup.

This revision is now accepted and ready to land.Apr 24 2020, 9:57 AM
This revision was automatically updated to reflect the committed changes.
mtrofin marked an inline comment as done.