OSDN Git Service

Add parens around && clauses in a || to appease the compiler.
authorEli Bendersky <eliben@google.com>
Wed, 12 Mar 2014 16:14:53 +0000 (16:14 +0000)
committerEli Bendersky <eliben@google.com>
Wed, 12 Mar 2014 16:14:53 +0000 (16:14 +0000)
commit8a9f2fd7f538abe42fcc3dcc9e30f63c1423b014
tree7e62bb3d7dc8206cff3195dfd1b9c715584593ea
parent72b4cbf3ed873b9c759aebb04e2d09ed6d9b6b0f
Add parens around && clauses in a || to appease the compiler.

Otherwise gcc 4.8.2 generates a warning.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203671 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Transforms/Utils/Cloning.cpp