Add ParseInlineMetadata() which can parses metadata that refers to an instruction...
[oota-llvm.git] / lib / AsmParser / LLParser.h
index 1112dc494c4b35673f9ccdb51b1c635e4661dff4..d14b1cb362d5a203863a2d855fd75e80f0985a68 100644 (file)
@@ -279,7 +279,9 @@ namespace llvm {
       LocTy Loc;
       return ParseTypeAndBasicBlock(BB, Loc, PFS);
     }
-  
+
+    bool ParseInlineMetadata(Value *&V, PerFunctionState &PFS);
+
     struct ParamInfo {
       LocTy Loc;
       Value *V;