From 8939ba337dd16af4788b7348bcd51a7ebf91be9f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 14 Jul 2010 18:26:50 +0000 Subject: Factor out metadata parsing into a separate function. llvm-svn: 108343 --- llvm/lib/AsmParser/LLParser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/AsmParser/LLParser.h') diff --git a/llvm/lib/AsmParser/LLParser.h b/llvm/lib/AsmParser/LLParser.h index c8f669f641a..f765a2ae4e6 100644 --- a/llvm/lib/AsmParser/LLParser.h +++ b/llvm/lib/AsmParser/LLParser.h @@ -308,6 +308,7 @@ namespace llvm { bool ParseGlobalValue(const Type *Ty, Constant *&V); bool ParseGlobalTypeAndValue(Constant *&V); bool ParseGlobalValueVector(SmallVectorImpl &Elts); + bool ParseMetadataValue(ValID &ID, PerFunctionState *PFS); bool ParseMDNodeVector(SmallVectorImpl &, PerFunctionState *PFS); // Function Parsing. -- cgit v1.2.3