Remove dead code from LiveDebugVariables.cpp (NFC)
authorAdrian Prantl <aprantl@apple.com>
Wed, 28 Sep 2016 21:34:23 +0000 (21:34 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 28 Sep 2016 21:34:23 +0000 (21:34 +0000)
commitf8d10ceafee3976f74ec8acc9d703e687aa09b68
treea976a1f3f7dcaa2e62dae3129bf73a8fe850600a
parentfa57bf1b2aaaf8f0b4ba3353a2e1dc35becbde8d
Remove dead code from LiveDebugVariables.cpp (NFC)

LiveDebugVariables doesn't propagate DBG_VALUEs accross basic block
boundaries any more; this functionality was split into LiveDebugValues.
We can thus drop the now dead references to LexicalScopes from LiveDebugVariables.

llvm-svn: 282638
llvm/lib/CodeGen/LiveDebugVariables.cpp