diff options
author | Ted Kremenek <kremenek@apple.com> | 2007-11-17 03:34:33 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2007-11-17 03:34:33 +0000 |
commit | b6c40f3f1b580fc85f1ffb38fff40acc383bb6df (patch) | |
tree | 673ed867912cab0c86ed8d46a4f8d68027a57cf3 /llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp | |
parent | 7d9766246754a892d818301dbe46ea14976ac746 (diff) | |
download | llvm-b6c40f3f1b580fc85f1ffb38fff40acc383bb6df.zip llvm-b6c40f3f1b580fc85f1ffb38fff40acc383bb6df.tar.gz llvm-b6c40f3f1b580fc85f1ffb38fff40acc383bb6df.tar.bz2 |
Reverted patch 44199:
http://llvm.org/viewvc/llvm-project?rev=44199&view=rev
This patch completely broke serialization due to an invariant I assumed but
did not hold. The assumed invariant was that all pointer IDs emitted by a call
to BatchEmitOwnedPtrs would be consecutive. This is only the case if there has
been no forward references to an owned pointer (and hence already registered
with the Serializer object).
llvm-svn: 44203
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp')
0 files changed, 0 insertions, 0 deletions