aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
diff options
context:
space:
mode:
authorMohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>2024-10-18 19:12:04 +0330
committerGitHub <noreply@github.com>2024-10-18 19:12:04 +0330
commit721b796809eca6e67dcefe45a3498764dda3117d (patch)
treedaec016cbc777ef8813c02966a5627076ee87e79 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
parenta99bf0f6c98e8e2927ce7cecbb35b962285e1675 (diff)
downloadllvm-721b796809eca6e67dcefe45a3498764dda3117d.zip
llvm-721b796809eca6e67dcefe45a3498764dda3117d.tar.gz
llvm-721b796809eca6e67dcefe45a3498764dda3117d.tar.bz2
[llvm] prefer isa_and_nonnull over v && isa (#112541)
Use `isa_and_nonnull<T>(v)` instead of `v && isa<T>(v)`, where `v` is evaluated twice in the latter.
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions