TGParser::ParseOperation - silence static analyzer dyn_cast<TypedInit> null...
TGParser::ParseOperation - silence static analyzer dyn_cast<TypedInit> null dereference warning. NFCI. The static analyzer is warning about a potential null dereference, but we should be able to use cast<TypedInit> directly and if not assert will fire for us. I've also pulled out the repeated getType() call which was the only user of the pointer. llvm-svn: 372997
Loading
Please sign in to comment