When generating a virtual destructor, don't try to make a virtual call to the...
When generating a virtual destructor, don't try to make a virtual call to the base class destructor because then we'll just re-enter the same destructor! This was done to fix PR5619, so I went ahead and passed a dummy VTT pointer for now. llvm-svn: 90578
Loading
Please register or sign in to comment