| commit | a23043cb9c1ef021a9cf05cd62cce76cd03c0ba2 | [log] [tgz] |
|---|---|---|
| author | Richard Trieu <rtrieu@google.com> | Mon Jun 09 22:53:16 2014 +0000 |
| committer | Richard Trieu <rtrieu@google.com> | Mon Jun 09 22:53:16 2014 +0000 |
| tree | 65eda585bf8ca912429cd6c56f02c614337aa6a2 | |
| parent | d3d017cf00714c7d376a3cf87d2a17002e12cac7 [diff] |
Removing an "if (!this)" check from two print methods. The condition will never be true in a well-defined context. The checking for null pointers has been moved into the caller logic so it does not rely on undefined behavior. llvm-svn: 210497