"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "9847abacb113a68075c9897714729a6707e2ee8f"
[TableGen] CodeGenMapTable - 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: 372146
Loading
Please register or sign in to comment