mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
remove SelectionDAG::InsertISelMapEntry, it is dead
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29677 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2901,12 +2901,3 @@ void SelectionDAG::dump() const {
|
||||
std::cerr << "\n\n";
|
||||
}
|
||||
|
||||
/// InsertISelMapEntry - A helper function to insert a key / element pair
|
||||
/// into a SDOperand to SDOperand map. This is added to avoid the map
|
||||
/// insertion operator from being inlined.
|
||||
void SelectionDAG::InsertISelMapEntry(std::map<SDOperand, SDOperand> &Map,
|
||||
SDNode *Key, unsigned KeyResNo,
|
||||
SDNode *Element, unsigned ElementResNo) {
|
||||
Map.insert(std::make_pair(SDOperand(Key, KeyResNo),
|
||||
SDOperand(Element, ElementResNo)));
|
||||
}
|
||||
|
Reference in New Issue
Block a user