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

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374995 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/VirtualFileSystem.cpp