Commits
Adrian Prantl committed b1a7a7af1b4
Reference-count inlined functions to keep them alive until we emit debug info for them and generally clean up the inline scope handling a bit. Fix the debug scope handling for all clients of SILCloner, especially the SIL-level spezializers and inliners. This also adds a ton of additional assertions that will ensure that future optimization passes won't mess with the debug info in a way that could confuse the LLVM backend. Swift SVN r18984