summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py
diff options
context:
space:
mode:
authorEtienne Bergeron <etienneb@google.com>2016-04-25 15:06:33 +0000
committerEtienne Bergeron <etienneb@google.com>2016-04-25 15:06:33 +0000
commit06c14ec31e738ba8cd7c87449389f3e5d0b4c5ea (patch)
tree859492bfbdabe2ff325e0e2981cd17285b774d0f /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py
parentedc82fe3ef21a036fee1e97dc687e88ad260f0f6 (diff)
downloadbcm5719-llvm-06c14ec31e738ba8cd7c87449389f3e5d0b4c5ea.tar.gz
bcm5719-llvm-06c14ec31e738ba8cd7c87449389f3e5d0b4c5ea.zip
Fix incorrect redundant expression in target AMDGPU.
Summary: The expression is detected as a redundant expression. Turn out, this is probably a bug. ``` /home/etienneb/llvm/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp:306:26: warning: both side of operator are equivalent [misc-redundant-expression] if (isSMRD(*FirstLdSt) && isSMRD(*FirstLdSt)) { ``` Reviewers: rnk, tstellarAMD Subscribers: arsenm, cfe-commits Differential Revision: http://reviews.llvm.org/D19460 llvm-svn: 267415
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud