diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-12-19 22:42:22 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-12-19 22:42:22 +0000 |
commit | 6848e38daf24547a639a48e4585fef5268ede3cc (patch) | |
tree | 5938533c4cca738710fc4d62e01e741f950f8987 /llvm/lib/VMCore/LLVMContextImpl.h | |
parent | 8fb0c99a12b1b8e171ed08137320ca369296b34e (diff) | |
download | bcm5719-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.h | 2 |
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; |