From: Chris Lattner Date: Thu, 15 Jan 2004 17:55:09 +0000 (+0000) Subject: Fix PR73: bytecode format inconsistent X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f4c0e7f587c55bd1dd2d15d35bbe9f7528b473fa;p=oota-llvm.git Fix PR73: bytecode format inconsistent git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10876 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Bytecode/Writer/Writer.cpp b/lib/Bytecode/Writer/Writer.cpp index 2020a3a2bd6..5675b2af491 100644 --- a/lib/Bytecode/Writer/Writer.cpp +++ b/lib/Bytecode/Writer/Writer.cpp @@ -248,8 +248,6 @@ void BytecodeWriter::outputModuleInfoBlock(const Module *M) { } output_vbr((unsigned)Table.getSlot(Type::VoidTy), Out); - align32(Out); - ModuleInfoBytes += Out.size(); }