diff options
author | Mikael Holmen <mikael.holmen@ericsson.com> | 2019-07-10 06:18:03 +0000 |
---|---|---|
committer | Mikael Holmen <mikael.holmen@ericsson.com> | 2019-07-10 06:18:03 +0000 |
commit | 77392c3f5e79e77cee608427e2c004cd2897e9d6 (patch) | |
tree | 7aca6c26eec8b62195f48508d280d7a7abe162c9 /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp | |
parent | 3837f4273fcc40cc519035479aefe78e5cbd3055 (diff) | |
download | bcm5719-llvm-77392c3f5e79e77cee608427e2c004cd2897e9d6.tar.gz bcm5719-llvm-77392c3f5e79e77cee608427e2c004cd2897e9d6.zip |
Silence gcc warning by adding parentheses to condition [NFC]
Without this gcc 7.4.0 complains with
../include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h:457:54: error: suggest parentheses around '&&' within '||' [-Werror=parentheses]
isArtifactCast(TmpDef->getOpcode()) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
"Expecting copy or artifact cast here");
~
llvm-svn: 365597
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions