[PATCH] D147994: Handle null dereference
Kan Shengchen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 06:40:46 PDT 2023
skan 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();
----------------
LuoYuanke wrote:
> Did you use "git commit --amend"?
> Did you use "git commit --amend"?
Good point. I didn't notice that :-(
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