Remove what looks like dead code in the production of debug lines.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 12 Nov 2010 18:41:26 +0000 (18:41 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 12 Nov 2010 18:41:26 +0000 (18:41 +0000)
commitbac0ad9edadb21bdeb03f65fd86ad7ad16194270
treecd175c74abf6ce20fcb06aecc0b7b696544eed2f
parentf06202f8e80a4b5ef579712e792cf6c416ece601
Remove what looks like dead code in the production of debug lines.

We only produce debug line information if we have seen a line directive, so
this code is dead. Also, if we want to be bug by bug compatible with
gas and sometimes produce "empty" .debug_line sections, this will
match the content produced by gas.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118914 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCDwarf.cpp