mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
Add note that this is for old bytecode files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17991 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3fb2045c7c
commit
638c381ef7
@ -1449,7 +1449,7 @@ Constant *BytecodeReader::ParseConstantValue(unsigned TypeID) {
|
||||
return Result;
|
||||
}
|
||||
|
||||
case Type::PointerTyID: { // ConstantPointerRef value...
|
||||
case Type::PointerTyID: { // ConstantPointerRef value (backwards compat).
|
||||
const PointerType *PT = cast<PointerType>(Ty);
|
||||
unsigned Slot = read_vbr_uint();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user