Create a new class: AttributeSetNode.
[oota-llvm.git] / lib / IR / LLVMContextImpl.h
index 30fd6666fda742f4f2fa786b352b9aedd50da774..cc7ca5e12884f9651279760685abe39daecb0bb9 100644 (file)
@@ -249,6 +249,7 @@ public:
 
   FoldingSet<AttributeImpl> AttrsSet;
   FoldingSet<AttributeSetImpl> AttrsLists;
+  FoldingSet<AttributeSetNode> AttrsSetNodes;
 
   StringMap<Value*> MDStringCache;