Some function in the Attributor framework are unnecessarily marked virtual. This patch removes virtual keyword
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D64637
[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
Event TimelineThis revision is now accepted and ready to land.Jul 12 2019, 8:54 AM Closed by commit rL365925: [Attributor] Removing unnecessary `virtual` keywords. (authored by sstefan). · Explain WhyJul 12 2019, 10:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 209527 llvm/trunk/include/llvm/Transforms/IPO/Attributor.h
llvm/trunk/lib/Transforms/IPO/Attributor.cpp
|