[llvm-reduce] Fix removal of unused llvm intrinsics declarations
ee6e25e4 changed the delta pass to skip intrinsics, which means we may end up being left with declarations of intrinsics, that aren't otherwise referenced in the module. This is obviously unwanted, do drop them.
Loading
Please sign in to comment