Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.118 -> 1.119 --- Log message: remove SelectionDAG::InsertISelMapEntry, it is dead --- Diffs of the changes: (+0 -7) SelectionDAG.h | 7 ------- 1 files changed, 7 deletions(-) Index: llvm/include/llvm/CodeGen/SelectionDAG.h diff -u llvm/include/llvm/CodeGen/SelectionDAG.h:1.118 llvm/include/llvm/CodeGen/SelectionDAG.h:1.119 --- llvm/include/llvm/CodeGen/SelectionDAG.h:1.118 Mon Aug 14 17:19:25 2006 +++ llvm/include/llvm/CodeGen/SelectionDAG.h Mon Aug 14 17:24:39 2006 @@ -431,13 +431,6 @@ void dump() const; - /// 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. - static void InsertISelMapEntry(std::map<SDOperand, SDOperand> &Map, - SDNode *Key, unsigned KeyResNo, - SDNode *Element, unsigned ElementResNo); - private: void RemoveNodeFromCSEMaps(SDNode *N); SDNode *AddNonLeafNodeToCSEMaps(SDNode *N); _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits