[llvm-commits] CVS: llvm/lib/Bytecode/Reader/Reader.cpp
Chris Lattner
lattner at cs.uiuc.edu
Fri Nov 19 08:24:21 PST 2004
Changes in directory llvm/lib/Bytecode/Reader:
Reader.cpp updated: 1.142 -> 1.143
---
Log message:
Add note that this is for old bytecode files.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Bytecode/Reader/Reader.cpp
diff -u llvm/lib/Bytecode/Reader/Reader.cpp:1.142 llvm/lib/Bytecode/Reader/Reader.cpp:1.143
--- llvm/lib/Bytecode/Reader/Reader.cpp:1.142 Mon Nov 15 16:38:52 2004
+++ llvm/lib/Bytecode/Reader/Reader.cpp Fri Nov 19 10:24:05 2004
@@ -1449,7 +1449,7 @@
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();
More information about the llvm-commits
mailing list