summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.h
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-01-12 21:14:38 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-01-12 21:14:38 +0000
commita8d9a026d90ba08431bde6352bab702ccc226495 (patch)
treec428f4d9e76b159ffa196efd8de4658991257a2d /llvm/lib/AsmParser/LLParser.h
parentab617d597708fcf3c4b829bf595e9d990ca66c07 (diff)
downloadbcm5719-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.h1
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,
OpenPOWER on IntegriCloud