Use a helper function outputConstantsInPlane in outputConstants.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 14 Jul 2002 23:05:53 +0000 (23:05 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 14 Jul 2002 23:05:53 +0000 (23:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2897 91177308-0d34-0410-b5e6-96231b3b80d8

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);
 };