diff options
author | Chris Lattner <sabre@nondot.org> | 2004-01-14 16:44:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-01-14 16:44:44 +0000 |
commit | c08912f917ff3a007bfc0cfa3fa670c2441279e2 (patch) | |
tree | 59b7c09e5e5df67507bbae7752f13a3e2668120d /lib/Bytecode/Reader/ReaderInternals.h | |
parent | d6e40a6cbced8265334ee0375f5996098dfdccb2 (diff) |
Remove support for the pre-1.0 bytecode version #1. This will become
the bytecode revision generated by LLVM 1.2.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10848 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Reader/ReaderInternals.h')
-rw-r--r-- | lib/Bytecode/Reader/ReaderInternals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Bytecode/Reader/ReaderInternals.h b/lib/Bytecode/Reader/ReaderInternals.h index 2e9a0e927e..b1d9c605f7 100644 --- a/lib/Bytecode/Reader/ReaderInternals.h +++ b/lib/Bytecode/Reader/ReaderInternals.h @@ -91,7 +91,6 @@ private: // Information about the module, extracted from the bytecode revision number. unsigned char RevisionNum; // The rev # itself unsigned char FirstDerivedTyID; // First variable index to use for type - bool hasInternalMarkerOnly; // Only types of linkage are intern/external 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 |