summaryrefslogtreecommitdiff
path: root/lib/VMCore/LLVMContextImpl.h
diff options
context:
space:
mode:
authorPawel Wodnicki <pawel@32bitmicro.com>2012-11-21 22:21:40 +0000
committerPawel Wodnicki <pawel@32bitmicro.com>2012-11-21 22:21:40 +0000
commit3e2cbf9d08ffd6f26302c19fdc7997e441c741e9 (patch)
tree03f936edbb07aad478f391f460fe3602da8044e4 /lib/VMCore/LLVMContextImpl.h
parent7022c651cab8a4e3e310e024a2028eb9fa5b482e (diff)
downloadllvm-3e2cbf9d08ffd6f26302c19fdc7997e441c741e9.tar.gz
llvm-3e2cbf9d08ffd6f26302c19fdc7997e441c741e9.tar.bz2
llvm-3e2cbf9d08ffd6f26302c19fdc7997e441c741e9.tar.xz
Reverting 168457
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_32@168465 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/LLVMContextImpl.h')
-rw-r--r--lib/VMCore/LLVMContextImpl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/VMCore/LLVMContextImpl.h b/lib/VMCore/LLVMContextImpl.h
index 90cf424a3c..ee31814c05 100644
--- a/lib/VMCore/LLVMContextImpl.h
+++ b/lib/VMCore/LLVMContextImpl.h
@@ -256,8 +256,7 @@ public:
FPMapTy FPConstants;
FoldingSet<AttributesImpl> AttrsSet;
- FoldingSet<AttributeListImpl> AttrsLists;
-
+
StringMap<Value*> MDStringCache;
FoldingSet<MDNode> MDNodeSet;