mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
Add note that this is for old bytecode files.
llvm-svn: 17991
This commit is contained in:
parent
598ab60438
commit
e5662f4700
@ -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