Parse custom metadata attached with an instruction.
[oota-llvm.git] / lib / AsmParser / LLParser.h
index 7c516fac619573865aae456a31341794d81d59fa..97bf2f309f6d53a5317e8cab805bb0976ef9593b 100644 (file)
@@ -128,7 +128,7 @@ namespace llvm {
     bool ParseOptionalVisibility(unsigned &Visibility);
     bool ParseOptionalCallingConv(CallingConv::ID &CC);
     bool ParseOptionalAlignment(unsigned &Alignment);
-    bool ParseOptionalDbgInfo();
+    bool ParseOptionalCustomMetadata();
     bool ParseOptionalInfo(unsigned &Alignment);
     bool ParseIndexList(SmallVectorImpl<unsigned> &Indices);