Commits

Adrian Prantl committed 70b023ddb5c
Change the SILLocation for exit branches in if statements to that of the last instruction in the previous basic block. Previously the location of the condition was reused for this, which caused really unintuitive stepping behavior in the debugger. <rdar://problem/18433491> Stepping order doesn't match developer expectations Swift SVN r22269