Commits

Joe Groff committed 223d0251bd8
IRGen: Add getFragileTypeInfo and getFunctionType for SIL types. Add overloads of getFragileTypeInfo and getFunctionType that take a SILType instead of a Swift CanType, and use them where it's easy to do so. Right now they just forward to the CanType versions, but we'll want to do SILType-specific type conversion soon. Clean up some IRGenSILFunction interfaces now that SILFunction carries most of the information IRGen needs intrinsically. No functionality change. Swift SVN r5141