Files
clang-p2996/llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp
Roman Lebedev 19ab1817b6 [llvm-reduce] Fix removal of unused llvm intrinsics declarations
ee6e25e439 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.
2021-01-03 01:45:47 +03:00

2.8 KiB