Add support to handle debug info attached to an instruction.
authorDevang Patel <dpatel@apple.com>
Tue, 6 Oct 2009 18:37:31 +0000 (18:37 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 6 Oct 2009 18:37:31 +0000 (18:37 +0000)
commit60b35bd8ecb2c3358b80d8441873cfffa0d27851
treefb978c66a7569549d7d345d19272ecb75cfad17b
parent82a47e9118c95979ea5fd48f53472416295e51ef
Add support to handle debug info attached to an instruction.
This is not yet enabled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83400 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/DwarfWriter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp