mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Delete the RegScavenging constructor that takes a MachineBasicBlock
argument. Nothing was using it, and it set the MBB member without calling enterBasicBlock, which was problematic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61234 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7538454f9f
commit
9755faab60
@ -86,10 +86,6 @@ public:
|
||||
: MBB(NULL), NumPhysRegs(0), Tracking(false),
|
||||
ScavengingFrameIndex(-1), ScavengedReg(0), ScavengedRC(NULL) {}
|
||||
|
||||
explicit RegScavenger(MachineBasicBlock *mbb)
|
||||
: MBB(mbb), NumPhysRegs(0), Tracking(false),
|
||||
ScavengingFrameIndex(-1), ScavengedReg(0), ScavengedRC(NULL) {}
|
||||
|
||||
/// enterBasicBlock - Start tracking liveness from the begin of the specific
|
||||
/// basic block.
|
||||
void enterBasicBlock(MachineBasicBlock *mbb);
|
||||
|
Loading…
x
Reference in New Issue
Block a user