aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-26 08:09:01 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-26 08:09:01 +0000
commit4de76f4884731aa3333c498b1ab4349cf4b7e29a (patch)
treea989bbf296224bc5e417c19f2642942150fc7ccf /include/llvm/Bytecode
parentf00c595bf59ddd956606cb600ac7495ea827f9f0 (diff)
For PR761:
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
Diffstat (limited to 'include/llvm/Bytecode')
-rw-r--r--include/llvm/Bytecode/BytecodeHandler.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/llvm/Bytecode/BytecodeHandler.h b/include/llvm/Bytecode/BytecodeHandler.h
index 1d95db5daf..a3e5bb7f1f 100644
--- a/include/llvm/Bytecode/BytecodeHandler.h
+++ b/include/llvm/Bytecode/BytecodeHandler.h
@@ -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