llvm-6502/lib/Bitcode/Writer
Nick Lewycky 308fba5fe2 It's valid to take the blockaddress of a different function, so remove this
assert in the bitcode writer. No change needed because the ValueEnumerator holds
a whole-module numbering anyhow. Fixes PR9857!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131016 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-06 21:09:44 +00:00
..
BitcodeWriter.cpp It's valid to take the blockaddress of a different function, so remove this 2011-05-06 21:09:44 +00:00
BitcodeWriterPass.cpp Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
BitWriter.cpp
CMakeLists.txt
Makefile
ValueEnumerator.cpp Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
ValueEnumerator.h Do a topological sort of the types before writing them out. 2011-04-06 16:49:37 +00:00