aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/ReaderInternals.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bytecode/Reader/ReaderInternals.h')
-rw-r--r--lib/Bytecode/Reader/ReaderInternals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Bytecode/Reader/ReaderInternals.h b/lib/Bytecode/Reader/ReaderInternals.h
index 7ca80031ea..e7154051ea 100644
--- a/lib/Bytecode/Reader/ReaderInternals.h
+++ b/lib/Bytecode/Reader/ReaderInternals.h
@@ -164,8 +164,8 @@ private:
bool ParseInstruction (const unsigned char *&Buf, const unsigned char *End,
Instruction *&);
- bool ParseRawInst (const unsigned char *&Buf, const unsigned char *End,
- RawInst &);
+ std::auto_ptr<RawInst> ParseRawInst(const unsigned char *&Buf,
+ const unsigned char *End);
void ParseConstantPool(const unsigned char *&Buf, const unsigned char *EndBuf,
ValueTable &Tab, TypeValuesListTy &TypeTab);