diff options
author | Craig Topper <craig.topper@sifive.com> | 2024-09-06 19:59:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 19:59:44 -0700 |
commit | e6e857cdf9826032dcb12e660d9d84b9f1865ae3 (patch) | |
tree | 9be94f5b91368e30e4ccc156069a6ce874c598d5 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
parent | 9a84afefa1ab98c5315ad2e7a78e8cdc6372e153 (diff) | |
download | llvm-e6e857cdf9826032dcb12e660d9d84b9f1865ae3.zip llvm-e6e857cdf9826032dcb12e660d9d84b9f1865ae3.tar.gz llvm-e6e857cdf9826032dcb12e660d9d84b9f1865ae3.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions