This is an archive of the discontinued LLVM Phabricator instance.

[llvm][NFC][CallSite] Remove Implementation uses of CallSite
ClosedPublic

Authored by mtrofin on Apr 14 2020, 12:34 PM.

Diff Detail

Event Timeline

mtrofin created this revision.Apr 14 2020, 12:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2020, 12:34 PM
dblaikie accepted this revision.Apr 14 2020, 1:05 PM

Looks good - thanks!

This revision is now accepted and ready to land.Apr 14 2020, 1:05 PM
craig.topper added inline comments.Apr 14 2020, 1:31 PM
llvm/lib/Transforms/IPO/GlobalOpt.cpp
723–724

Should be cast not dyn_cast

craig.topper requested changes to this revision.Apr 14 2020, 1:32 PM
This revision now requires changes to proceed.Apr 14 2020, 1:32 PM
mtrofin updated this revision to Diff 257485.Apr 14 2020, 1:51 PM

dyn_cast -> cast

This revision is now accepted and ready to land.Apr 14 2020, 2:25 PM
This revision was automatically updated to reflect the committed changes.