[AArch64] AArch64StackTagging - Silence static analyzer dyn_cast<> null dereference...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 22 Sep 2019 13:43:12 +0000 (13:43 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 22 Sep 2019 13:43:12 +0000 (13:43 +0000)
commit62ed3fea67072724e825101188a77e6cd2b57669
tree950477cfd1f9a3e13add4d444d47dcbd44e4eabd
parent597ec24c14575f7857f260a4d9257c1d6f14fe7c
[AArch64] AArch64StackTagging - Silence static analyzer dyn_cast<> null dereference warning. NFCI.

The static analyzer is warning about potential null dereferences, but we should be able to use cast<> directly and if not assert will fire for us.

llvm-svn: 372507
llvm/lib/Target/AArch64/AArch64StackTagging.cpp