llvm-project/llvm/lib/Target/AVR/AsmParser
Simon Pilgrim 7109fc9e42 Don't dereference from a dyn_cast<>. NFCI.
Use cast<> instead which will assert if it fails and not just return null.

Fixes clang static analyzer warning.
2020-09-14 13:05:17 +01:00
..
AVRAsmParser.cpp Don't dereference from a dyn_cast<>. NFCI. 2020-09-14 13:05:17 +01:00
CMakeLists.txt
LLVMBuild.txt