diff options
| author | David Blaikie <dblaikie@gmail.com> | 2015-03-04 06:57:14 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2015-03-04 06:57:14 +0000 |
| commit | 4c154c6b9120db5a382a062bd5177b4e3f0a1a86 (patch) | |
| tree | 3a4fa3c9ce6b1fa9507ce492027be7e59cacc1a2 /llvm/lib/CodeGen/SelectionDAG | |
| parent | fcae934c0305bcbbd1fe27aa414323bc24173343 (diff) | |
| download | bcm5719-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

