]> granicus.if.org Git - clang/commit
Replace 'isProvablyNonNull' with existing utility llvm::IsKnownNonNull which handles...
authorNick Lewycky <nicholas@mxc.ca>
Tue, 20 Sep 2016 15:49:58 +0000 (15:49 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 20 Sep 2016 15:49:58 +0000 (15:49 +0000)
commit0ee96cd19d5595f1d4f96404f0fda4b0cf3ce59f
treea9abc623323caeb19158eef8360ee3b2eca062d8
parent956db38c96ae17f1b34b86d66b8d5c0b20c7f9a9
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@281979 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp