diff options
author | ofri frishman <32477595+ofri-frishman@users.noreply.github.com> | 2024-09-11 18:02:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-11 08:02:14 -0700 |
commit | 2a4992e9e34de6b74aa8c254fea867d1271b3e97 (patch) | |
tree | 5231a2a65ba756f8c7d91d4ccebd37b783c09db7 /llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp | |
parent | ccc52a817fb4b7579f2749d4242eff91371040f7 (diff) | |
download | llvm-2a4992e9e34de6b74aa8c254fea867d1271b3e97.zip llvm-2a4992e9e34de6b74aa8c254fea867d1271b3e97.tar.gz llvm-2a4992e9e34de6b74aa8c254fea867d1271b3e97.tar.bz2 |
Fix mistake in comment regarding dyn_cast_or_null (#108026)
There was a mistake in a comment regarding dyn_cast_or_null deprication.
It was suggested to use cast_if_present instead of dyn_cast_or_null, but
that was probably a copy paste mistake, and dyn_cast_if_present is the
function that should be used instead of dyn_cast_or_null.
Authored-by: Ofri Frishman <ofri.frishman@mobileye.com>
Diffstat (limited to 'llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp')
0 files changed, 0 insertions, 0 deletions