Add note that this is for old bytecode files.

llvm-svn: 17991
This commit is contained in:
Chris Lattner 2004-11-19 16:24:05 +00:00
parent 1b4e78d9e6
commit ddf3b7997f
1 changed files with 1 additions and 1 deletions

View File

@ -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();