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 | f4c0e7f587c55bd1dd2d15d35bbe9f7528b473fa (patch) | |
tree | a617c03b112b8d42e6e87521999e0e272ad4b597 /lib/Bytecode | |
parent | 44d0eebc1371b431396a84153159b326c7d4e1f9 (diff) | |
download | external_llvm-f4c0e7f587c55bd1dd2d15d35bbe9f7528b473fa.zip external_llvm-f4c0e7f587c55bd1dd2d15d35bbe9f7528b473fa.tar.gz external_llvm-f4c0e7f587c55bd1dd2d15d35bbe9f7528b473fa.tar.bz2 |
Fix PR73: bytecode format inconsistent
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10876 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode')
-rw-r--r-- | lib/Bytecode/Writer/Writer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Bytecode/Writer/Writer.cpp b/lib/Bytecode/Writer/Writer.cpp index 2020a3a..5675b2a 100644 --- a/lib/Bytecode/Writer/Writer.cpp +++ b/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(); } |