From bd729203312a470bf1c07359034121ea5068603a Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 25 Jul 2004 21:32:51 +0000 Subject: Don't create a backwards compatibility flag for something that was a regression bug introduced in release 1.2 llvm-svn: 15219 --- llvm/lib/Bytecode/Reader/Reader.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'llvm/lib/Bytecode/Reader') diff --git a/llvm/lib/Bytecode/Reader/Reader.h b/llvm/lib/Bytecode/Reader/Reader.h index c93958419c3..97a82ca6e6e 100644 --- a/llvm/lib/Bytecode/Reader/Reader.h +++ b/llvm/lib/Bytecode/Reader/Reader.h @@ -279,10 +279,6 @@ private: /// 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 -- cgit v1.2.3