forked from OSchip/llvm-project
Fix warning converting from void* to boolean introduced in r301153.
llvm-svn: 301155
This commit is contained in:
parent
0cdcdf018e
commit
c152a96350
|
@ -61,7 +61,7 @@ public:
|
|||
Handles.push_back(Handle);
|
||||
} else {
|
||||
#ifndef LLVM_ON_WIN32
|
||||
if (Process) {
|
||||
if (Process != nullptr) {
|
||||
if (CanClose)
|
||||
DLClose(Process);
|
||||
if (Process == Handle)
|
||||
|
|
Loading…
Reference in New Issue