Allow modules to have 'any' pointer size and endianness. Luckily, we had
[oota-llvm.git] / lib / Bytecode / Reader / ReaderInternals.h
index e09e5e585b9089777a48726d861936b238635ba0..a57ad7cf0491e126b1cc3b75c7cb8cc7487f2f33 100644 (file)
@@ -86,7 +86,6 @@ private:          // All of this data is transient across calls to ParseBytecode
   unsigned char RevisionNum;        // The rev # itself
   unsigned char FirstDerivedTyID;   // First variable index to use for type
   bool HasImplicitZeroInitializer;  // Is entry 0 of every slot implicity zeros?
-  bool isBigEndian, hasLongPointers;// Information about the target compiled for
   bool hasInternalMarkerOnly;       // Only types of linkage are intern/external
 
   typedef std::vector<ValueList*> ValueTable;