This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] Removing unnecessary `virtual` keywords.
ClosedPublic

Authored by sstefan1 on Jul 12 2019, 7:51 AM.

Details

Summary

Some function in the Attributor framework are unnecessarily marked virtual. This patch removes virtual keyword

Diff Detail

Repository
rL LLVM

Event Timeline

sstefan1 created this revision.Jul 12 2019, 7:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2019, 7:51 AM
This revision is now accepted and ready to land.Jul 12 2019, 8:54 AM
This revision was automatically updated to reflect the committed changes.