IR: Remove unnecessary fields from MDTemplateParameter
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 10 Feb 2015 01:59:57 +0000 (01:59 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 10 Feb 2015 01:59:57 +0000 (01:59 +0000)
commit3740ae46001a0dc46c1149d9933aa8b2daad0ebe
treeddbd6471e4990a5fd2a183fae00d6ce88cc9a608
parent27f4f37b97af4d2b64d20fef04883a9f9984774e
IR: Remove unnecessary fields from MDTemplateParameter

I noticed this fields were never used in r228607, but I neglected to
propagate that into `MDTemplateParameter` until now.  This really should
have been done before commit in r228640; sorry for the churn.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228652 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/DebugInfoMetadata.h
lib/IR/DebugInfoMetadata.cpp
lib/IR/LLVMContextImpl.h
unittests/IR/MetadataTest.cpp