[all-commits] [llvm/llvm-project] c03d25: [Verifier] Use isIntrinsic() (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jul 15 11:30:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c03d25860a6f57be8e839e0879973b7d4d165333
https://github.com/llvm/llvm-project/commit/c03d25860a6f57be8e839e0879973b7d4d165333
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M llvm/lib/IR/Verifier.cpp
Log Message:
-----------
[Verifier] Use isIntrinsic() (NFC)
Call Function::isIntrinsic() instead of manually checking the
function name for an "llvm." prefix.
More information about the All-commits
mailing list