LexicalScopes: Use MDLocation directly instead of DebugLoc
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 30 Mar 2015 21:54:46 +0000 (21:54 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 30 Mar 2015 21:54:46 +0000 (21:54 +0000)
commit35ff67e333a33b6543813c0ae8a777da487ea911
treed068688d86e177ea91a80c0d74b1b73f540bd877
parent87b7793cdcb212e27d26ac993d7043ab157cc8d5
LexicalScopes: Use MDLocation directly instead of DebugLoc

There's no benefit to using `DebugLoc` here.  Moreover, this will let a
follow-up commit work with `MDScope` directly instead of `DebugLoc`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233610 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LexicalScopes.h
lib/CodeGen/LexicalScopes.cpp