Commits

Adrian Prantl committed 098c07957e5
Debug Info: Don't skip updating IRGenDebugInfo's current location for SILLocations that are marked as prologue. IRGenDebugInfo will handle them correctly anyway and if the instruction with the prologue location originates from an inlined function, this would result in dropping debug location information. rdar://problem/23288366