1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/lib/Bitcode/Reader
Duncan P. N. Exon Smith d9822c85c3 Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD"
This reverts commit r225498 (but leaves r225499, which was a worthy
cleanup).

My plan was to change `DEBUG_LOC` to store the `MDNode` directly rather
than its operands (patch was to go out this morning), but on reflection
it's not clear that it's strictly better.  (I had missed that the
current code is unlikely to emit the `MDNode` at all.)

Conflicts:
	lib/Bitcode/Reader/BitcodeReader.cpp (due to r225499)

llvm-svn: 225531
2015-01-09 17:53:27 +00:00
..
BitcodeReader.cpp Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD" 2015-01-09 17:53:27 +00:00
BitcodeReader.h IR: Split Metadata from Value 2014-12-09 18:38:53 +00:00
BitReader.cpp Pass a && to getLazyBitcodeModule. 2014-09-03 17:31:46 +00:00
BitstreamReader.cpp Silence MSVC warning on missing return after fully covered switch 2014-11-13 23:07:22 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile