RedirectingFileSystem::openFileForRead - replace bitwise & with boolean && to fix...
commita33980be174553ad45d7e980b883a26ba55b0f33
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 16 Oct 2019 11:17:08 +0000 (16 11:17 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 16 Oct 2019 11:17:08 +0000 (16 11:17 +0000)
tree3ecbf2f70f39ec1775df0b37e4e4fcfbda6b3ab4
parent188f54b788a7dc1391781df8b5a97146d5583238
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