Fix PR73: bytecode format inconsistent

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10876 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-01-15 17:55:09 +00:00
parent 44d0eebc13
commit f4c0e7f587

View File

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