mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-14 14:24:05 +00:00
Stop returning bool and pass Instruction by reference;
return std::auto_ptr and use exceptions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8684 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user