aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bytecode')
-rw-r--r--lib/Bytecode/Writer/WriterInternals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Bytecode/Writer/WriterInternals.h b/lib/Bytecode/Writer/WriterInternals.h
index 7b54a56497..51374ee4af 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<const Value*> &Plane,
+ unsigned StartNo);
bool outputConstant(const Constant *CPV);
void outputType(const Type *T);
};