[PATCH] D47895: llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 18 13:04:29 PDT 2018
manojgupta added inline comments.
================
Comment at: include/llvm/IR/Function.h:788
+ /// Return value: true => null pointer dereference is not undefined.
+ bool nullPointerIsDefined() const;
+
----------------
xbolva00 wrote:
> Confusing..
>
> nullPointerIsDefined or NullPointerIsDefined?
This is part of Function Object so used lowercase to match the current code.
Repository:
rL LLVM
https://reviews.llvm.org/D47895
More information about the llvm-commits
mailing list