summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.h
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-01-19 23:39:32 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-01-19 23:39:32 +0000
commit66ca92e509c83765f259ad1e3a36a86bc53a8d9c (patch)
treeba47842295e3d741e67793f6c7452f9c16b8b170 /llvm/lib/AsmParser/LLParser.h
parente4a6fef98ffd066db6360c53986032bcbd338275 (diff)
downloadbcm5719-llvm-66ca92e509c83765f259ad1e3a36a86bc53a8d9c.tar.gz
bcm5719-llvm-66ca92e509c83765f259ad1e3a36a86bc53a8d9c.zip
AsmParser: Split up ParseMDFieldsImpl(), NFC
llvm-svn: 226526
Diffstat (limited to 'llvm/lib/AsmParser/LLParser.h')
-rw-r--r--llvm/lib/AsmParser/LLParser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/AsmParser/LLParser.h b/llvm/lib/AsmParser/LLParser.h
index 8175fbd9352..ad311910a6f 100644
--- a/llvm/lib/AsmParser/LLParser.h
+++ b/llvm/lib/AsmParser/LLParser.h
@@ -422,6 +422,8 @@ namespace llvm {
MDUnsignedField<uint32_t> &Result);
bool ParseMDField(LocTy Loc, StringRef Name, MDField &Result);
template <class ParserTy>
+ bool ParseMDFieldsImplBody(ParserTy parseField);
+ template <class ParserTy>
bool ParseMDFieldsImpl(ParserTy parseField, LocTy &ClosingLoc);
bool ParseSpecializedMDNode(MDNode *&N, bool IsDistinct = false);
bool ParseMDLocation(MDNode *&Result, bool IsDistinct);
OpenPOWER on IntegriCloud