diff options
author | Chris Lattner <sabre@nondot.org> | 2004-01-15 17:55:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-01-15 17:55:09 +0000 |
commit | 394fc96f39aa182937463b151a4bc20705b7c766 (patch) | |
tree | 2d415813e5e1f16ddbb46e28025fbcf46516b856 /llvm/lib/Bytecode/Writer/Writer.cpp | |
parent | 7c73b19bb8094627702375431156cf4ffc58e355 (diff) | |
download | bcm5719-llvm-394fc96f39aa182937463b151a4bc20705b7c766.tar.gz bcm5719-llvm-394fc96f39aa182937463b151a4bc20705b7c766.zip |
Fix PR73: bytecode format inconsistent
llvm-svn: 10876
Diffstat (limited to 'llvm/lib/Bytecode/Writer/Writer.cpp')
-rw-r--r-- | llvm/lib/Bytecode/Writer/Writer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Bytecode/Writer/Writer.cpp b/llvm/lib/Bytecode/Writer/Writer.cpp index 2020a3a2bd6..5675b2af491 100644 --- a/llvm/lib/Bytecode/Writer/Writer.cpp +++ b/llvm/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(); } |