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
Loading
Please register or sign in to comment