mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-19 04:28:20 +00:00
Somehow, I missed this part of the checkin a couple days ago
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28116 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -101,9 +101,6 @@ public:
|
|||||||
// Default - the MBB of the default bb, which is a successor of the range
|
// Default - the MBB of the default bb, which is a successor of the range
|
||||||
// check MBB. This is when updating PHI nodes in successors.
|
// check MBB. This is when updating PHI nodes in successors.
|
||||||
MachineBasicBlock *Default;
|
MachineBasicBlock *Default;
|
||||||
// SuccMBBs - a vector of unique successor MBBs used for updating CFG info
|
|
||||||
// and PHI nodes.
|
|
||||||
std::set<MachineBasicBlock*> SuccMBBs;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Reference in New Issue
Block a user