Fix a likely bug in an assertion by adding parentheses around '||'. This bug
authorChandler Carruth <chandlerc@gmail.com>
Sat, 23 Oct 2010 07:46:14 +0000 (07:46 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 23 Oct 2010 07:46:14 +0000 (07:46 +0000)
commit2b3ef8b065ff655c52efe273e9b150db302e8a5a
treed9ebd93562114ed2896f50cfe07ddf6ae16f6cc5
parent086976d76c01d28e3457e0df805e930e3348109a
Fix a likely bug in an assertion by adding parentheses around '||'. This bug
was found by a GCC warning. ;]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117199 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveIntervalUnion.cpp