forked from OSchip/llvm-project
2bb217b5fe
The static analyzer is warning about a potential null dereference, but we know that the source won't be null so just use dyn_cast, which will assert if the value somehow is actually null. llvm-svn: 373448 |
||
---|---|---|
.. | ||
BitReader.cpp | ||
BitcodeAnalyzer.cpp | ||
BitcodeReader.cpp | ||
CMakeLists.txt | ||
LLVMBuild.txt | ||
MetadataLoader.cpp | ||
MetadataLoader.h | ||
ValueList.cpp | ||
ValueList.h |