IR: Rename LLVMContextImpl::MetadataStore to InstructionMetadata
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 24 Apr 2015 20:16:42 +0000 (20:16 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 24 Apr 2015 20:16:42 +0000 (20:16 +0000)
commit4eae7e061e33b9d984357856710babe5450dd93d
tree6eca26fb04011c68f174681b5551d5f3c63b13e5
parente41f3849bcde78d7d30d604a0ef7c08bc49df568
IR: Rename LLVMContextImpl::MetadataStore to InstructionMetadata

Rename `MetadataStore` to the more explicit `InstructionMetadata`.  This
will make room for `FunctionMetadata` (start of PR23340).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235763 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/LLVMContextImpl.h
lib/IR/Metadata.cpp