diff options
Diffstat (limited to 'lib/Bytecode/Reader/ReaderInternals.h')
-rw-r--r-- | lib/Bytecode/Reader/ReaderInternals.h | 5 |
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) |