Use default destructor and remove unnecessary virtual destructor
authorTeresa Johnson <tejohnson@google.com>
Sat, 12 Mar 2016 05:38:22 +0000 (05:38 +0000)
committerTeresa Johnson <tejohnson@google.com>
Sat, 12 Mar 2016 05:38:22 +0000 (05:38 +0000)
commit8fc20ade65e2eea2fbe5b184b6f0c3fb82a41aab
tree3c68de974744a8cd59063381f4df7105da2b9ebc
parent190636bcc1b72227b3620d6e17ad0ac01fcdf228
Use default destructor and remove unnecessary virtual destructor

Only the virtual destructor in the base class is needed, and can use the
default.

llvm-svn: 263335
llvm/include/llvm/IR/FunctionInfo.h