Nonvirtual dtor that was accessible enough to be bad.

llvm-svn: 117180
This commit is contained in:
Andrew Trick 2010-10-22 23:33:19 +00:00
parent 65a0e595e6
commit e8719c51aa
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ protected:
RegAllocBase(): tri_(0), vrm_(0), lis_(0) {}
virtual ~RegAllocBase() {}
// A RegAlloc pass should call this before allocatePhysRegs.
void init(const TargetRegisterInfo &tri, VirtRegMap &vrm, LiveIntervals &lis);