aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/CodeGenMapTable.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-09-17 17:26:14 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-09-17 17:26:14 +0000
commita9a27d1ded79dd7772f2165f7939510cd8083787 (patch)
tree184a8a5c5602a3a701ef6c143942c6567e218726 /llvm/utils/TableGen/CodeGenMapTable.cpp
parent08a448fcbd4eda19be77919f52a7b177fe9bbbc6 (diff)
downloadllvm-a9a27d1ded79dd7772f2165f7939510cd8083787.zip
llvm-a9a27d1ded79dd7772f2165f7939510cd8083787.tar.gz
llvm-a9a27d1ded79dd7772f2165f7939510cd8083787.tar.bz2
[ARM][AsmParser] Don't dereference a dyn_cast result. NFCI.
The static analyzer is warning about potential null dereferences of dyn_cast<> results - in these cases we can safely use cast<> directly as we know that these cases should all be the correct type, which is why its working atm and anyway cast<> will assert if they aren't. llvm-svn: 372145
Diffstat (limited to 'llvm/utils/TableGen/CodeGenMapTable.cpp')
0 files changed, 0 insertions, 0 deletions