Commits

Adrian Prantl committed 5bbe0afb9fd
Debug info: Properly handle the function prologue in the line table. Introduces a new flag in SILLocation: InPrologue to mark instructions that setup the stack and allocate storage for local variables/arguments. Fixes rdar://problem/15290023: Breakpoint set on prologue - crash ensues. Swift SVN r9686