summaryrefslogtreecommitdiff
path: root/lib/VMCore/LLVMContextImpl.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-08-10 22:31:31 +0000
committerDevang Patel <dpatel@apple.com>2009-08-10 22:31:31 +0000
commit6418a3ca850d8863cbdc0ec4df20a57364e7ffe7 (patch)
treeead289e0c256162c63eaa0bb1d42b96c9c08bab4 /lib/VMCore/LLVMContextImpl.h
parentaeb66fe54ea23a28aa5d930b10e8cc6da44aeae8 (diff)
downloadllvm-6418a3ca850d8863cbdc0ec4df20a57364e7ffe7.tar.gz
llvm-6418a3ca850d8863cbdc0ec4df20a57364e7ffe7.tar.bz2
llvm-6418a3ca850d8863cbdc0ec4df20a57364e7ffe7.tar.xz
Rename MDNodeSet as MDNodes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78607 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/LLVMContextImpl.h')
-rw-r--r--lib/VMCore/LLVMContextImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/LLVMContextImpl.h b/lib/VMCore/LLVMContextImpl.h
index 88489cbce9..fda56083b0 100644
--- a/lib/VMCore/LLVMContextImpl.h
+++ b/lib/VMCore/LLVMContextImpl.h
@@ -105,7 +105,7 @@ struct LLVMContextImpl {
ValueMap<char, Type, ConstantAggregateZero> AggZeroConstants;
- ValueMap<std::vector<Value*>, Type, MDNode> MDNodeSet;
+ ValueMap<std::vector<Value*>, Type, MDNode> MDNodes;
typedef ValueMap<std::vector<Constant*>, ArrayType,
ConstantArray, true /*largekey*/> ArrayConstantsTy;