diff --git a/lib/Bytecode/Writer/WriterInternals.h b/lib/Bytecode/Writer/WriterInternals.h index 7b54a564977..51374ee4af3 100644 --- a/lib/Bytecode/Writer/WriterInternals.h +++ b/lib/Bytecode/Writer/WriterInternals.h @@ -38,6 +38,8 @@ private : void outputModuleInfoBlock(const Module *C); void outputSymbolTable(const SymbolTable &ST); + void outputConstantsInPlane(const std::vector &Plane, + unsigned StartNo); bool outputConstant(const Constant *CPV); void outputType(const Type *T); };