Skip to content
Commit c0bb21f3 authored by David Blaikie's avatar David Blaikie
Browse files

Remove the unnecessary virtual dtor from the DIEUnit hierarchy (in favor of...

Remove the unnecessary virtual dtor from the DIEUnit hierarchy (in favor of protected dtor in the base, final derived classes with public non-virtual dtors)

These objects are never polymorphically owned/destroyed, so the virtual
dtor was unnecessary.

llvm-svn: 301068
parent de06ec54
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment