Duncan P. N. Exon Smith 16710b289b DebugInfo: Remove LexicalBlockFile scope/context distinction
Two things here:

 1. I read `getScope()` and `getContext()` backwards in r233640.  There
    was no need for `getScopeOfScope()`.  Obviously not enough test
    coverage here (as I said in that commit, I'm going to come back to
    that), but anyway I'm reverting to the behaviour before r233640.
 2. The callers that use `DILexicalBlockFile::getContext()` don't seem
    to care about the difference.  Just have it redirect to `getScope()`
    so I can't get confused again.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233650 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-31 00:10:37 +00:00
..
2015-03-03 21:56:11 +00:00
2015-03-30 21:36:43 +00:00
2015-01-06 23:00:37 +00:00
2015-03-17 20:40:21 +00:00
2014-11-24 20:44:36 +00:00
2014-12-09 18:38:53 +00:00