Remove pointless return; at end of function.

llvm-svn: 84794
This commit is contained in:
Benjamin Kramer 2009-10-21 23:27:54 +00:00
parent c02cfe2a55
commit 22146fbc5f
1 changed files with 0 additions and 3 deletions

View File

@ -307,7 +307,6 @@ void MetadataContext::addMD(unsigned MDKind, MDNode *Node, Instruction *Inst) {
// Otherwise add a new entry.
Info.push_back(std::make_pair(MDKind, Node));
return;
}
/// removeMD - Remove metadata of given kind attached with an instuction.
@ -324,8 +323,6 @@ void MetadataContext::removeMD(unsigned Kind, Instruction *Inst) {
return;
}
}
return;
}
/// removeAllMetadata - Remove all metadata attached with an instruction.