diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-07-14 23:05:53 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-07-14 23:05:53 +0000 |
commit | 054bd689db872b5e2c837b2264a0d54bb94950a3 (patch) | |
tree | 71f8e733af8985e5e2be89ac5d4cf077be0a876f /lib/Bytecode/Writer/WriterInternals.h | |
parent | c668b7c3ae26bec3cd829495508370bdd8849330 (diff) |
Use a helper function outputConstantsInPlane in outputConstants.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2897 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Writer/WriterInternals.h')
-rw-r--r-- | lib/Bytecode/Writer/WriterInternals.h | 2 |
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); }; |