[Attributor] Removing unnecessary `virtual` keywords.
authorStefan Stipanovic <sstipanovic@s-energize.com>
Fri, 12 Jul 2019 17:42:14 +0000 (17:42 +0000)
committerStefan Stipanovic <sstipanovic@s-energize.com>
Fri, 12 Jul 2019 17:42:14 +0000 (17:42 +0000)
commit15e86f707b1508357e1c7babdec7711002b8e46d
tree633790fe7ea4961f0d4dd0ebcfc7dbc46de46789
parent65bbaf9ece26ed10736a81ed5c24de8edfcb4fe1
[Attributor] Removing unnecessary `virtual` keywords.

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

Reviewers: jdoerfert

Subscribers: hiraditya, llvm-commits

Differential Revision: https://reviews.llvm.org/D64637

llvm-svn: 365925
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/Attributor.cpp