Track # nodes in a CSEMap.
authorChris Lattner <sabre@nondot.org>
Sat, 12 Aug 2006 01:07:51 +0000 (01:07 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 12 Aug 2006 01:07:51 +0000 (01:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29643 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGCSEMap.h

index c44d09b010ca179c9f400a22113ec565715dab8c..dd1071a3173d687fb8cc8cc87d566470f06e7d33 100644 (file)
@@ -35,6 +35,7 @@ namespace llvm {
   class SelectionDAGCSEMap {
     void **Buckets;
     unsigned NumBuckets;  // Always a power of 2.
+    unsigned NumNodes;
   public:
     class NodeID;
     SelectionDAGCSEMap();