diff options
author | Mikael Holmen <mikael.holmen@ericsson.com> | 2020-09-08 08:05:47 +0200 |
---|---|---|
committer | Mikael Holmen <mikael.holmen@ericsson.com> | 2020-09-08 08:39:57 +0200 |
commit | ea795304ec073a63c3c5b4fd0c5579e667201dad (patch) | |
tree | bbd54edcaa3824e0c11ddb4a6de729751c1fae73 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 28b9ace85f6871cdb48f1483314d8342e099b136 (diff) | |
download | llvm-ea795304ec073a63c3c5b4fd0c5579e667201dad.zip llvm-ea795304ec073a63c3c5b4fd0c5579e667201dad.tar.gz llvm-ea795304ec073a63c3c5b4fd0c5579e667201dad.tar.bz2 |
[PowerPC] Add parentheses to silence gcc warning
Without gcc 7.4 warns with
../lib/Target/PowerPC/PPCInstrInfo.cpp:2284:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
BaseOp1.isFI() &&
~~~~~~~~~~~~~~~^~
"Only base registers and frame indices are supported.");
~
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions