Turn off the old way of handling debug information in the code generator. Use
authorBill Wendling <isanbard@gmail.com>
Fri, 13 Feb 2009 02:01:04 +0000 (02:01 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 13 Feb 2009 02:01:04 +0000 (02:01 +0000)
commit54fc7d67146b2b95ae2d1c93ed59008d4338d8c8
tree6bb0963b8caa315bb7c8928111901d4a93a886c1
parentbc511725f08c45984be6ff47d069c3773a2f2eb0
Turn off the old way of handling debug information in the code generator. Use
the new way, where all of the information is passed on SDNodes and machine
instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64427 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/CodeGen/VirtRegMap.cpp
lib/Target/X86/X86RegisterInfo.cpp