SafepointIRVerifier - silence static analyzer dyn_cast<Instruction> null...
SafepointIRVerifier - silence static analyzer dyn_cast<Instruction> null dereference warnings. NFCI. The static analyzer is warning about a potential null dereference, but we should be able to use cast<Instruction> directly and if not assert will fire for us. llvm-svn: 372758
Loading
Please sign in to comment