Replace getAs with castAs to fix null dereference static analyzer warning.
Use castAs as we know the cast should succeed and we're dereferencing in the mangleBareFunctionType call.
Loading
Please sign in to comment
Use castAs as we know the cast should succeed and we're dereferencing in the mangleBareFunctionType call.