Commit 5c5c83d
committed
[PowerPC] Fix Wparentheses warning
PPCISelLowering.cpp:15567:27: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
15567 | CC == ISD::SETEQ && "CC mus be ISD::SETNE or ISD::SETEQ");
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 parent 0a231c9 commit 5c5c83d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15563 | 15563 | | |
15564 | 15564 | | |
15565 | 15565 | | |
15566 | | - | |
15567 | | - | |
| 15566 | + | |
| 15567 | + | |
15568 | 15568 | | |
15569 | 15569 | | |
15570 | 15570 | | |
| |||
0 commit comments