Commits

Adrian Prantl committed 78410052e03
Fix a bug in the function signature optimization: Instructions in the specialized function would still have a debug scope pointing to the original function, so function arguments would be created with the wrong scope, which led to an interesting crash in the backend when the specialized function was inlined into the thunk. "tested" by making the SIL verifier stricter. rdar://problem/21109015 Swift SVN r29048