IR: MDNode => Value: NamedMDNode::addOperand()
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 5 Nov 2014 17:16:09 +0000 (17:16 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 5 Nov 2014 17:16:09 +0000 (17:16 +0000)
commit72ced73d4547ce548cefb2716176b9b9b282cf59
tree7d8c97ee6f98c2c3116964eb43f25c748662758e
parent33ccf8e66c1ea6b8be0b738da236417c567ebe98
IR: MDNode => Value: NamedMDNode::addOperand()

Change `NamedMDNode::addOperand()` to take a `Value *` instead of an
`MDNode *`.  This is part of PR21433.

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