OSDN Git Service

Silence a GCC warning about && and || without explicit parentheses. This
authorChandler Carruth <chandlerc@gmail.com>
Thu, 5 Aug 2010 03:04:21 +0000 (03:04 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 5 Aug 2010 03:04:21 +0000 (03:04 +0000)
commita7da3ac14ab1ca6da52547baf572d29c066559cc
treec1ad7e0934880c9be1d087fbf9f5d678fc85f191
parent248d1c65f1ce5bc04b892998b2c2061e6a5f8e1c
Silence a GCC warning about && and || without explicit parentheses. This
preserves the existing behavior, as it seems a concious choice to allow RS to
be null and BigStack marked true.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110307 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseRegisterInfo.cpp