projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44d0eeb
)
Fix PR73: bytecode format inconsistent
author
Chris Lattner
<sabre@nondot.org>
Thu, 15 Jan 2004 17:55:09 +0000
(17:55 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 15 Jan 2004 17:55:09 +0000
(17:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10876
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Bytecode/Writer/Writer.cpp
patch
|
blob
|
history
diff --git
a/lib/Bytecode/Writer/Writer.cpp
b/lib/Bytecode/Writer/Writer.cpp
index 2020a3a2bd64b27a9fa1cfe9a008d6ec960a0e49..5675b2af4913b1a7369c84a140c72ed2a6970c72 100644
(file)
--- 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();
}