Skip to content
Commit 428058fb authored by Richard Trieu's avatar Richard Trieu
Browse files

Remove this pointer that is converted to bool. In well-defined contexts, the

this pointer is always non-null.  If the this pointer is null, it is undefined
and the compiler may optimize it away by assuming it is non-null.  The null
checks are pushed into the callers.

llvm-svn: 214471
parent 82ecc7ff
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment