diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-01-12 21:14:38 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-01-12 21:14:38 +0000 |
commit | a8d9a026d90ba08431bde6352bab702ccc226495 (patch) | |
tree | c428f4d9e76b159ffa196efd8de4658991257a2d /llvm/lib/AsmParser/LLParser.h | |
parent | ab617d597708fcf3c4b829bf595e9d990ca66c07 (diff) | |
download | bcm5719-llvm-a8d9a026d90ba08431bde6352bab702ccc226495.tar.gz bcm5719-llvm-a8d9a026d90ba08431bde6352bab702ccc226495.zip |
AsmParser: Remove unused version of ParseMDNodeID()
Merge the two versions of `ParseMDNodeID()` now that no one needs
special forward references.
llvm-svn: 225699
Diffstat (limited to 'llvm/lib/AsmParser/LLParser.h')
-rw-r--r-- | llvm/lib/AsmParser/LLParser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/AsmParser/LLParser.h b/llvm/lib/AsmParser/LLParser.h index a19fc2e924c..86b6c49e289 100644 --- a/llvm/lib/AsmParser/LLParser.h +++ b/llvm/lib/AsmParser/LLParser.h @@ -265,7 +265,6 @@ namespace llvm { bool ParseNamedMetadata(); bool ParseMDString(MDString *&Result); bool ParseMDNodeID(MDNode *&Result); - bool ParseMDNodeID(MDNode *&Result, unsigned &SlotNo); bool ParseUnnamedAttrGrp(); bool ParseFnAttributeValuePairs(AttrBuilder &B, std::vector<unsigned> &FwdRefAttrGrps, |