From f4c0e7f587c55bd1dd2d15d35bbe9f7528b473fa Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 15 Jan 2004 17:55:09 +0000 Subject: [PATCH] Fix PR73: bytecode format inconsistent git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10876 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bytecode/Writer/Writer.cpp | 2 -- 1 file changed, 2 deletions(-) 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(); } -- 2.34.1