summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/LLVMContextImpl.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-12-19 22:42:22 +0000
committerBill Wendling <isanbard@gmail.com>2012-12-19 22:42:22 +0000
commit6848e38daf24547a639a48e4585fef5268ede3cc (patch)
tree5938533c4cca738710fc4d62e01e741f950f8987 /llvm/lib/VMCore/LLVMContextImpl.h
parent8fb0c99a12b1b8e171ed08137320ca369296b34e (diff)
downloadbcm5719-llvm-6848e38daf24547a639a48e4585fef5268ede3cc.tar.gz
bcm5719-llvm-6848e38daf24547a639a48e4585fef5268ede3cc.zip
s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList.
llvm-svn: 170600
Diffstat (limited to 'llvm/lib/VMCore/LLVMContextImpl.h')
-rw-r--r--llvm/lib/VMCore/LLVMContextImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/LLVMContextImpl.h b/llvm/lib/VMCore/LLVMContextImpl.h
index aafbfc49e9c..fa08614a274 100644
--- a/llvm/lib/VMCore/LLVMContextImpl.h
+++ b/llvm/lib/VMCore/LLVMContextImpl.h
@@ -248,7 +248,7 @@ public:
FPMapTy FPConstants;
FoldingSet<AttributesImpl> AttrsSet;
- FoldingSet<AttributeListImpl> AttrsLists;
+ FoldingSet<AttributeSetImpl> AttrsLists;
StringMap<Value*> MDStringCache;
OpenPOWER on IntegriCloud