Fix PR73: bytecode format inconsistent

llvm-svn: 10876
This commit is contained in:
Chris Lattner 2004-01-15 17:55:09 +00:00
parent 7c73b19bb8
commit 394fc96f39
1 changed files with 0 additions and 2 deletions

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();
}