Files
clang-p2996/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
Bjorn Pettersson 07ece4ed94 [SimplifyLibCalls] Drop redundant CreatePointerCast in optimizeSPrintFString
Given the transition into using opaque pointers we no longer need to
add casts to handle "mismatched pointer types" as all pointers types
involved now are the same.
2023-09-18 22:17:10 +02:00

151 KiB