Commits

Adrian Prantl committed 13203bf749a
Fix a crash when building the swift stdlib caused by the debug info for a alloc_stack, debug_value, and debug_value_addr disagreeing on the type of the same variable. For -Onone, this commit is NFC. A testcase for generic specialization will follow as soon as SIL debug info serialization efforts are complete. <rdar://problem/24785336>