summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-03-04 06:57:14 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-03-04 06:57:14 +0000
commit4c154c6b9120db5a382a062bd5177b4e3f0a1a86 (patch)
tree3a4fa3c9ce6b1fa9507ce492027be7e59cacc1a2 /llvm/lib/CodeGen/SelectionDAG
parentfcae934c0305bcbbd1fe27aa414323bc24173343 (diff)
downloadbcm5719-llvm-4c154c6b9120db5a382a062bd5177b4e3f0a1a86.tar.gz
bcm5719-llvm-4c154c6b9120db5a382a062bd5177b4e3f0a1a86.zip
Devirtualize OptionValue::~OptionValue in favor of protected in the base, with final derived classes
These objects are never polymorphically owned, so there's no need for virtual dtors - just make the dtor protected in the base classes, and make the derived classes final. llvm-svn: 231217
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud