mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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:
parent
44d0eebc13
commit
f4c0e7f587
@ -248,8 +248,6 @@ void BytecodeWriter::outputModuleInfoBlock(const Module *M) {
|
||||
}
|
||||
output_vbr((unsigned)Table.getSlot(Type::VoidTy), Out);
|
||||
|
||||
align32(Out);
|
||||
|
||||
ModuleInfoBytes += Out.size();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user