Fix PR73: bytecode format inconsistent
authorChris Lattner <sabre@nondot.org>
Thu, 15 Jan 2004 17:55:09 +0000 (17:55 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 15 Jan 2004 17:55:09 +0000 (17:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10876 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bytecode/Writer/Writer.cpp

index 2020a3a2bd64b27a9fa1cfe9a008d6ec960a0e49..5675b2af4913b1a7369c84a140c72ed2a6970c72 100644 (file)
@@ -248,8 +248,6 @@ void BytecodeWriter::outputModuleInfoBlock(const Module *M) {
   }
   output_vbr((unsigned)Table.getSlot(Type::VoidTy), Out);
 
-  align32(Out);
-
   ModuleInfoBytes += Out.size();
 }