Commits

Adrian Prantl committed 6ad06791068
Make a deep copy of SILDebugScopes when doing a SILBasicBlock::splice()> The cloned abstract variables may end up having different types so they need to be distinct from the originals. This fixes an crash/assertion in the LLVM backend. rdar://problem/21109015 Swift SVN r29184