Files
clang-p2996/llvm/test/CodeGen/ARM/GlobalISel
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
..