| commit | d9bce5062ef3c4df89319c17e4fc2cf46a46501b | [log] [tgz] |
|---|---|---|
| author | Nick Lewycky <nicholas@mxc.ca> | Tue Sep 20 15:49:58 2016 +0000 |
| committer | Nick Lewycky <nicholas@mxc.ca> | Tue Sep 20 15:49:58 2016 +0000 |
| tree | 9c1ec400eb77f6e0735e691f55fff812d3b4ac5d | |
| parent | b45fd70ef1f95bcfd4da7457a1a309257d31dafe [diff] |
Replace 'isProvablyNonNull' with existing utility llvm::IsKnownNonNull which handles more cases. Noticed by inspection. Because of how the IR generation works, this isn't expected to cause an observable difference. llvm-svn: 281979