[PATCH] D147994: Handle null dereference
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 04:41:56 PDT 2023
LuoYuanke added inline comments.
================
Comment at: llvm/lib/CodeGen/WinEHPrepare.cpp:323
- auto *Call = dyn_cast<CallBase>(TI);
- assert(Call && "Unexpected value of Call");
const Function *Fn = Call->getCalledFunction();
----------------
Did you use "git commit --amend"?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147994/new/
https://reviews.llvm.org/D147994
More information about the llvm-commits
mailing list