Emit debug info for MachineInstrs with unknown debug locations, instead
authorDan Gohman <gohman@apple.com>
Wed, 5 May 2010 23:41:32 +0000 (23:41 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 5 May 2010 23:41:32 +0000 (23:41 +0000)
commit1cc0d628552a43568ec7c143698025ab18f2e072
tree1d7064bf0f504ca4d7a77e424f0b445ac8e54f40
parentb7d0688195a7bac5b53361d7b44d56b813d30246
Emit debug info for MachineInstrs with unknown debug locations, instead
of just letting them inherit the debug locations of adjacent instructions.

Debug info should aim to be either accurate or absent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103135 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp