CGDebugInfo: Delete unneeded UnwrapTypeForDebugInfo
Tested with stage 2 -DCMAKE_BUILD_TYPE=Debug clang, byte identical.
CGDebugInfo: Delete unneeded UnwrapTypeForDebugInfo MaskRay on Sun, Jan 10, 10:22 PM. Authored by
Description
Details
Event TimelineComment Actions Might still be a useful conversion for possible future callsites? Or are all the call sites pretty clearly not using this? If there's some uncertainty, perhaps it'd be worth including an assertion that Ty == unwrap(Ty)? |