[Bitcode][Asm] Teach LLVM to read and write operand bundles.
[oota-llvm.git] / lib / AsmParser / LLParser.h
index 51ba7dec919cb12919a4c1be45952d6328334084..24ff8e750237a86e768fd070676cc46259c25a21 100644 (file)
@@ -406,6 +406,10 @@ namespace llvm {
                             bool IsMustTailCall = false,
                             bool InVarArgsFunc = false);
 
+    bool
+    ParseOptionalOperandBundles(SmallVectorImpl<OperandBundleDef> &BundleList,
+                                PerFunctionState &PFS);
+
     bool ParseExceptionArgs(SmallVectorImpl<Value *> &Args,
                             PerFunctionState &PFS);