mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-02 10:33:53 +00:00
Delete the EdgeMapping variable itself.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102810 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
af1d8ca44a
commit
1b40319eba
@ -545,7 +545,6 @@ void SelectionDAGBuilder::clear() {
|
||||
NodeMap.clear();
|
||||
PendingLoads.clear();
|
||||
PendingExports.clear();
|
||||
EdgeMapping.clear();
|
||||
DAG.clear();
|
||||
CurDebugLoc = DebugLoc();
|
||||
HasTailCall = false;
|
||||
|
@ -273,10 +273,6 @@ public:
|
||||
/// SwitchInst code generation information.
|
||||
std::vector<BitTestBlock> BitTestCases;
|
||||
|
||||
/// EdgeMapping - If an edge from CurMBB to any MBB is changed (e.g. due to
|
||||
/// scheduler custom lowering), track the change here.
|
||||
DenseMap<MachineBasicBlock*, MachineBasicBlock*> EdgeMapping;
|
||||
|
||||
// Emit PHI-node-operand constants only once even if used by multiple
|
||||
// PHI nodes.
|
||||
DenseMap<const Constant *, unsigned> ConstantsOut;
|
||||
|
Loading…
x
Reference in New Issue
Block a user