diff options
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 |