[llvm-commits] CVS: llvm/lib/Bytecode/Reader/Reader.h
LLVM
llvm at cs.uiuc.edu
Sun Jul 25 14:33:01 PDT 2004
Changes in directory llvm/lib/Bytecode/Reader:
Reader.h updated: 1.8 -> 1.9
---
Log message:
Don't create a backwards compatibility flag for something that was a
regression bug introduced in release 1.2
---
Diffs of the changes: (+0 -4)
Index: llvm/lib/Bytecode/Reader/Reader.h
diff -u llvm/lib/Bytecode/Reader/Reader.h:1.8 llvm/lib/Bytecode/Reader/Reader.h:1.9
--- llvm/lib/Bytecode/Reader/Reader.h:1.8 Sun Jul 25 13:07:36 2004
+++ llvm/lib/Bytecode/Reader/Reader.h Sun Jul 25 16:32:51 2004
@@ -279,10 +279,6 @@
/// 2^32-1 bytes long.
bool hasLongBlockHeaders;
- /// LLVM 1.2 and earlier wrote floating point values in a platform specific
- /// bit ordering. This was fixed in LLVM 1.3
- bool hasPlatformSpecificFloatingPoint;
-
/// LLVM 1.2 and earlier wrote type slot numbers as vbr_uint32. In LLVM 1.3
/// this has been reduced to vbr_uint24. It shouldn't make much difference
/// since we haven't run into a module with > 24 million types, but for safety
More information about the llvm-commits
mailing list