[PATCH] D64637: [Attributor] Removing unnecessary `virtual` keywords.

Stefan Stipanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 12 07:53:16 PDT 2019


sstefan1 created this revision.
sstefan1 added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D64637

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64637.209484.patch
Type: text/x-patch
Size: 3981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190712/989b0d2d/attachment.bin>


More information about the llvm-commits mailing list