From: Vikram S. Adve Date: Sun, 14 Jul 2002 23:05:53 +0000 (+0000) Subject: Use a helper function outputConstantsInPlane in outputConstants. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=054bd689db872b5e2c837b2264a0d54bb94950a3;p=oota-llvm.git Use a helper function outputConstantsInPlane in outputConstants. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2897 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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); };