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)
commit391fc56ffd1831565ce3050442a562529665d101
tree44a1d8f217830a46bcbbba789f7f8ca989374b25
parent44e768e777cbb4c8c3a4ecf92cf3f6809d5643a9
IR: Rename LLVMContextImpl::MetadataStore to InstructionMetadata

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

llvm-svn: 235763
llvm/lib/IR/LLVMContextImpl.h
llvm/lib/IR/Metadata.cpp