summaryrefslogtreecommitdiffstats
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
commit6a8d4eab6a3cd3f2c2989f27e9a8e6ca94859b3a (patch)
tree4e5585e684fb2ad1abd661b60465149cff9af549
parent93b2d78121ed29d2f196d5e0dd0f32c77a619f7d (diff)
downloadbcm5719-llvm-6a8d4eab6a3cd3f2c2989f27e9a8e6ca94859b3a.tar.gz
bcm5719-llvm-6a8d4eab6a3cd3f2c2989f27e9a8e6ca94859b3a.zip
For PR761:
BCReader no longer has a header that contains the endinanness and pointer size. It's been replaced by datalayout field. llvm-svn: 33528
-rw-r--r--llvm/include/llvm/Bytecode/BytecodeHandler.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/include/llvm/Bytecode/BytecodeHandler.h b/llvm/include/llvm/Bytecode/BytecodeHandler.h
index 1d95db5daff..a3e5bb7f1f3 100644
--- a/llvm/include/llvm/Bytecode/BytecodeHandler.h
+++ b/llvm/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
OpenPOWER on IntegriCloud