projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c668b7c
)
Use a helper function outputConstantsInPlane in outputConstants.
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Sun, 14 Jul 2002 23:05:53 +0000
(23:05 +0000)
committer
Vikram 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
patch
|
blob
|
history
diff --git
a/lib/Bytecode/Writer/WriterInternals.h
b/lib/Bytecode/Writer/WriterInternals.h
index 7b54a56497796184d39ca0966dec778d65ded2be..51374ee4af3601d52bcfc476f4df721b062a454f 100644
(file)
--- 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);
};