1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib/Bitcode/Writer
Duncan P. N. Exon Smith 1350530482 BitcodeWriter: Replace dead code with an assertion, NFC
The caller of ValueEnumerator::EnumerateOperandType never sends in
metadata.  Assert that, and remove the unnecessary logic.

llvm-svn: 264558
2016-03-28 00:03:12 +00:00
..
BitcodeWriter.cpp BitcodeWriter: Reuse writeMetadataRecords, NFC 2016-03-27 23:59:32 +00:00
BitcodeWriterPass.cpp [ThinLTO] Renaming of function index to module summary index (NFC) 2016-03-15 00:04:37 +00:00
BitWriter.cpp Introduce LLVMWriteBitcodeToMemoryBuffer C API function. 2014-10-14 00:30:59 +00:00
CMakeLists.txt modules: Add explicit dependency on intrinsics_gen 2015-06-16 00:44:12 +00:00
LLVMBuild.txt [ThinLTO] Support for reference graph in per-module and combined summary. 2016-03-11 18:52:24 +00:00
ValueEnumerator.cpp BitcodeWriter: Replace dead code with an assertion, NFC 2016-03-28 00:03:12 +00:00
ValueEnumerator.h BitcodeWriter: Simplify tracking of function-local metadata, NFC 2016-03-27 23:22:31 +00:00