Files
clang-p2996/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
Craig Topper e6e857cdf9 [GISel] Use Function::getFunctionType() instead of getType() in some remarks. (#107651)
getType() on a Function is always 'ptr'. We should use getFunctionType()
so we get the function signature.
2024-09-06 19:59:44 -07:00

151 KiB