Make the AttrListPtr object a part of the LLVMContext.
[oota-llvm.git] / lib / VMCore / LLVMContextImpl.h
index ee31814c055741da12605d723d319f80469462ba..90cf424a3c92fa0957dd02b0f4970c38e8d422de 100644 (file)
@@ -256,7 +256,8 @@ public:
   FPMapTy FPConstants;
 
   FoldingSet<AttributesImpl> AttrsSet;
-  
+  FoldingSet<AttributeListImpl> AttrsLists;
+
   StringMap<Value*> MDStringCache;
 
   FoldingSet<MDNode> MDNodeSet;