mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
add a new map
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22017 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b7f7d51422
commit
6765bfed31
@ -225,6 +225,9 @@ private:
|
||||
std::map<int, SDNode*> FrameIndices;
|
||||
std::map<unsigned, SDNode*> ConstantPoolIndices;
|
||||
std::map<MachineBasicBlock *, SDNode*> BBNodes;
|
||||
std::map<std::pair<unsigned,
|
||||
std::pair<MVT::ValueType, std::vector<SDOperand> > >,
|
||||
SDNode*> OneResultNodes;
|
||||
std::map<std::pair<unsigned,
|
||||
std::pair<std::vector<MVT::ValueType>,
|
||||
std::vector<SDOperand> > >,
|
||||
|
Loading…
Reference in New Issue
Block a user