For PR761:
authorReid Spencer <rspencer@reidspencer.com>
Fri, 26 Jan 2007 08:09:01 +0000 (08:09 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 26 Jan 2007 08:09:01 +0000 (08:09 +0000)
BCReader no longer has a header that contains the endinanness and
pointer size. It's been replaced by datalayout field.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33528 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Bytecode/BytecodeHandler.h

index 1d95db5daff7c634d0aa1684ab4ffb6b84bce8d1..a3e5bb7f1f33cca7f847575a2025f73a1ba975b3 100644 (file)
@@ -96,9 +96,7 @@ public:
   /// read.
   /// @brief Handle the bytecode prolog
   virtual void handleVersionInfo(
-    unsigned char RevisionNum,        ///< Byte code revision number
-    Module::Endianness Endianness,    ///< Endianness indicator
-    Module::PointerSize PointerSize   ///< PointerSize indicator
+    unsigned char RevisionNum        ///< Byte code revision number
   ) {}
 
   /// This method is called at the start of a module globals block which