Emit & read more compressed bytecode by not emitting a bytecodeblock for
[oota-llvm.git] / lib / Bytecode / Reader / ReaderInternals.h
index aea45c2bed7d6c1c466146c8f04ff3c8c3609286..fd0a1ed0082753182bc5253ecdffc0ae3969e606 100644 (file)
@@ -162,7 +162,9 @@ private:
   BasicBlock *ParseBasicBlock(const unsigned char *&Buf,
                               const unsigned char *End,
                               unsigned BlockNo);
-
+  unsigned ParseInstructionList(Function *F, const unsigned char *&Buf,
+                                const unsigned char *EndBuf);
+  
   void ParseInstruction(const unsigned char *&Buf, const unsigned char *End,
                         std::vector<unsigned> &Args, BasicBlock *BB);