RedirectingFileSystem::openFileForRead - replace bitwise & with boolean && to fix...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 16 Oct 2019 11:17:08 +0000 (11:17 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 16 Oct 2019 11:17:08 +0000 (11:17 +0000)
commit0caee2762086f6f3bb5657c1d7798df6b4789337
tree605a16c2096cc2ab04d437426ec5994713820362
parent115a6ecdf173d116b253617ee529efac1ff6f2bb
RedirectingFileSystem::openFileForRead - replace bitwise & with boolean && to fix warning

Seems to be just a typo - now matches other instances which do something similar

llvm-svn: 374995
llvm/lib/Support/VirtualFileSystem.cpp