Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLoc function.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 7 May 2009 13:55:51 +0000 (13:55 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 7 May 2009 13:55:51 +0000 (13:55 +0000)
commitcd76240f3d0f6c5f8c80e4762a8fe3a4de22e059
treee13fcadd5edcae85c8a5c5a2ec1979b6e01e2f3f
parent7132e12ee5658aa2b8ba6cdd81adb7944ddcb33e
Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLoc function.
No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71156 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
utils/TableGen/AsmWriterEmitter.cpp