Commits

Adrian Prantl committed b6a7d6906a2
Debug Info: Fix the lowering of the SILDebugScope tree to the LLVM inlined-at chain. The previous implementation was only correct for cases where the inliner inlined bottom-up in the call graph, which happened to cover the majority of all cases. rdar://problem/24462475