From: Chris Lattner Date: Fri, 19 Nov 2004 16:24:05 +0000 (+0000) Subject: Add note that this is for old bytecode files. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=638c381ef73526b10afcab54b7721c176f8832ae;p=oota-llvm.git 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 --- diff --git a/lib/Bytecode/Reader/Reader.cpp b/lib/Bytecode/Reader/Reader.cpp index bbf69520881..e08656822d7 100644 --- a/lib/Bytecode/Reader/Reader.cpp +++ b/lib/Bytecode/Reader/Reader.cpp @@ -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(Ty); unsigned Slot = read_vbr_uint();