mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Remove a gross hack that was there to support bytecode files that are over a year old.
If you still have these suckers laying around, you have GOT to rebuild them. geeze. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8395 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -137,7 +137,7 @@ private:
|
||||
bool ParseBasicBlock (const unsigned char *&Buf, const unsigned char *End,
|
||||
BasicBlock *&);
|
||||
bool ParseInstruction (const unsigned char *&Buf, const unsigned char *End,
|
||||
Instruction *&, BasicBlock *BB /*HACK*/);
|
||||
Instruction *&);
|
||||
bool ParseRawInst (const unsigned char *&Buf, const unsigned char *End,
|
||||
RawInst &);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user