From 054bd689db872b5e2c837b2264a0d54bb94950a3 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Sun, 14 Jul 2002 23:05:53 +0000 Subject: [PATCH] Use a helper function outputConstantsInPlane in outputConstants. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2897 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bytecode/Writer/WriterInternals.h | 2 ++ 1 file changed, 2 insertions(+) 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); }; -- 2.34.1