EDSC: properly construct FunctionTypes
The existing implementation of makeFunctionType in EDSC contains a bug: the array of input types is overwritten using output types passed as arguments and the array of output types is never filled in. This leads to all sorts of incorrect memory behavior. Fill in the array of output types using the proper argument. PiperOrigin-RevId: 234177221
Loading
Please sign in to comment