aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/ReaderInternals.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-04-03 23:43:42 +0000
committerChris Lattner <sabre@nondot.org>2004-04-03 23:43:42 +0000
commit9dd8770609a85b462ce97308f528dcd92b7d5fef (patch)
tree6b085f91019f92df3c9d7c6341a67aa09b11b437 /lib/Bytecode/Reader/ReaderInternals.h
parent43cb041754df231f488fa7c203f13ec731ca389c (diff)
Remove a bunch of cruft that was used to be backwards compatible with the last
prerelease format for LLVM bytecode files. Now we only are compatible with LLVM 1.0+. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12643 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Reader/ReaderInternals.h')
-rw-r--r--lib/Bytecode/Reader/ReaderInternals.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Bytecode/Reader/ReaderInternals.h b/lib/Bytecode/Reader/ReaderInternals.h
index ff28e25db6..86bf800ca6 100644
--- a/lib/Bytecode/Reader/ReaderInternals.h
+++ b/lib/Bytecode/Reader/ReaderInternals.h
@@ -97,11 +97,6 @@ private:
// Information about the module, extracted from the bytecode revision number.
unsigned char RevisionNum; // The rev # itself
- bool hasExtendedLinkageSpecs; // Supports more than 4 linkage types
- bool hasOldStyleVarargs; // Has old version of varargs intrinsics?
- bool hasVarArgCallPadding; // Bytecode has extra padding in vararg call
-
- bool usesOldStyleVarargs; // Does this module USE old style varargs?
// Flags to distinguish LLVM 1.0 & 1.1 bytecode formats (revision #0)