Files
clang-p2996/llvm/lib/Transforms/IPO/FunctionSpecialization.cpp
Nikita Popov 1b6663a104 [FuncSpec] Remove unnecessary function pointer type check
We will check a bit later that the constant is in fact a function,
so the separate check for a function pointer type is largely
redunant. Also simplify the cast stripping with
stripPointerCasts().
2022-03-03 15:20:11 +01:00

34 KiB