mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 18:04:59 +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. llvm-svn: 61234
This commit is contained in:
parent
4e9022582d
commit
40ff87ab97
@ -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