Add support on x86 for having Legalize lower ISD::LOCATION to ISD::DEBUG_LOC
authorDan Gohman <gohman@apple.com>
Mon, 24 Sep 2007 21:54:14 +0000 (21:54 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 24 Sep 2007 21:54:14 +0000 (21:54 +0000)
commita5a403d7665613f1d1f9a4c084d85c685b1a361a
tree841ea0ca66057cba612bc897bf234e9d777a1e71
parent81a148bd567f528baacb33b62c1b1c28dcc6a544
Add support on x86 for having Legalize lower ISD::LOCATION to ISD::DEBUG_LOC
instead of ISD::LABEL with a manual .debug_line entry when the assembler
supports .file and .loc directives.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42278 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp