Use a helper function outputConstantsInPlane in outputConstants.
[oota-llvm.git] / lib / Bytecode / Writer / WriterInternals.h
index 7b54a56497796184d39ca0966dec778d65ded2be..51374ee4af3601d52bcfc476f4df721b062a454f 100644 (file)
@@ -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);
 };