diff options
author | Jinsong Ji <jji@us.ibm.com> | 2019-09-29 12:43:46 +0000 |
---|---|---|
committer | Jinsong Ji <jji@us.ibm.com> | 2019-09-29 12:43:46 +0000 |
commit | 72b544e656b643135246c15cb334d09dca9851ac (patch) | |
tree | 78b483717555d86d2b38aeb2e6c8af6a8bf94e02 /lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py | |
parent | 120a5e9a745f931d805d63c6c5313a1aa24d98f5 (diff) | |
download | bcm5719-llvm-72b544e656b643135246c15cb334d09dca9851ac.tar.gz bcm5719-llvm-72b544e656b643135246c15cb334d09dca9851ac.zip |
[PowerPC] Fix conditions of assert in PPCAsmPrinter
Summary:
g++ build emits warning:
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp:667:77: error: suggest parentheses around ?&&? within ?||? [-Werror=parentheses]
assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress() &&
~~~~~~~~~~~~~~~~~~~~^~
"Unexpected operand type for LWZtoc pseudo.");
I believe the intension is to assert all different types,
so we should add a parentheses to include all '||'.
Reviewers: #powerpc, sfertile, hubert.reinterpretcast, Xiangling_L
Reviewed By: Xiangling_L
Subscribers: wuzish, nemanjai, hiraditya, kbarton, MaskRay, shchenz, steven.zhang, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D68180
llvm-svn: 373164
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py')
0 files changed, 0 insertions, 0 deletions