Revert "DebugInfo: Ensure that all debug location scope chains from instructions...
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 10 Oct 2014 18:46:21 +0000 (18:46 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 10 Oct 2014 18:46:21 +0000 (18:46 +0000)
commitb586add5e0562ed969c821d0126a22639a267d69
tree98dc7e5475e2d4d763cac5faa052925ffe7756dc
parentf02687d9eb9dca1890ada305c609daf21e8cd846
Revert "DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself."

This invariant is violated (& the assertions fire) on some Objective C++
in the test-suite. Reverting while I investigate.

This reverts commit r219215.

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