[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h

Chris Lattner lattner at cs.uiuc.edu
Fri Aug 11 11:37:56 PDT 2006



Changes in directory llvm/include/llvm/CodeGen:

SelectionDAG.h updated: 1.114 -> 1.115
---
Log message:

eliminate the NullaryOps map, use CSEMap instead.


---
Diffs of the changes:  (+0 -2)

 SelectionDAG.h |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/include/llvm/CodeGen/SelectionDAG.h
diff -u llvm/include/llvm/CodeGen/SelectionDAG.h:1.114 llvm/include/llvm/CodeGen/SelectionDAG.h:1.115
--- llvm/include/llvm/CodeGen/SelectionDAG.h:1.114	Fri Aug 11 12:46:44 2006
+++ llvm/include/llvm/CodeGen/SelectionDAG.h	Fri Aug 11 13:37:42 2006
@@ -449,8 +449,6 @@
   std::list<std::vector<MVT::ValueType> > VTList;
   
   // Maps to auto-CSE operations.
-  std::map<std::pair<unsigned, MVT::ValueType>, SDNode *> NullaryOps;
-
   std::map<std::pair<unsigned, MVT::ValueType>, RegisterSDNode*> RegNodes;
   std::vector<CondCodeSDNode*> CondCodeNodes;
 






More information about the llvm-commits mailing list