mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Nonvirtual dtor that was accessible enough to be bad.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117180 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
313252022d
commit
f433106054
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user