forked from OSchip/llvm-project
parent
b2b7ef1de8
commit
942b46a011
|
@ -1085,7 +1085,7 @@ void Instruction::dropUnknownNonDebugMetadata(ArrayRef<unsigned> KnownIDs) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// setMetadata - Set the metadata of of the specified kind to the specified
|
/// setMetadata - Set the metadata of the specified kind to the specified
|
||||||
/// node. This updates/replaces metadata if already present, or removes it if
|
/// node. This updates/replaces metadata if already present, or removes it if
|
||||||
/// Node is null.
|
/// Node is null.
|
||||||
void Instruction::setMetadata(unsigned KindID, MDNode *Node) {
|
void Instruction::setMetadata(unsigned KindID, MDNode *Node) {
|
||||||
|
|
Loading…
Reference in New Issue