Go to file
Anders Carlsson ce460529c0 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
2009-12-04 19:33:17 +00:00
clang 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! 2009-12-04 19:33:17 +00:00
compiler-rt Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF. 2009-11-09 14:27:04 +00:00
llvm Handle recursive PHI's. 2009-12-04 19:09:10 +00:00