Fix obscure nasty bug with bytecode writing that could cause the last byte to be...
authorChris Lattner <sabre@nondot.org>
Sun, 4 Nov 2001 21:32:41 +0000 (21:32 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 4 Nov 2001 21:32:41 +0000 (21:32 +0000)
commit5cb17410f2fa8c2a3096c5870be9a2bdb26f8850
tree8cbcdbd97aa4dfd284445ec5bffa17d4ad4241c6
parentb980e1806657912427e311109924ed5212daff07
Fix obscure nasty bug with bytecode writing that could cause the last byte to be dropped.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1123 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Writer/Writer.cpp