diff options
Diffstat (limited to 'llvm/lib/Bytecode/Writer/WriterInternals.h')
-rw-r--r-- | llvm/lib/Bytecode/Writer/WriterInternals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Bytecode/Writer/WriterInternals.h b/llvm/lib/Bytecode/Writer/WriterInternals.h index 747ad8ef069..c4dbf474a0c 100644 --- a/llvm/lib/Bytecode/Writer/WriterInternals.h +++ b/llvm/lib/Bytecode/Writer/WriterInternals.h @@ -24,6 +24,7 @@ namespace llvm { class InlineAsm; class TypeSymbolTable; class ValueSymbolTable; + class ParamAttrsList; class BytecodeWriter { std::vector<unsigned char> &Out; @@ -61,6 +62,7 @@ private: void outputTypeSymbolTable(const TypeSymbolTable &TST); void outputValueSymbolTable(const ValueSymbolTable &ST); void outputTypes(unsigned StartNo); + void outputParamAttrsList(const ParamAttrsList* Attrs); void outputConstantsInPlane(const Value *const*Plane, unsigned PlaneSize, unsigned StartNo); void outputConstant(const Constant *CPV); |