Commit b4a0e50
committed
[SYCL][NFC] Fix GCC warning about missing parentheses
clang/lib/CodeGen/CGException.cpp:721:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if (LO.CUDA && LO.CUDAIsDevice || LO.SYCLIsDevice)
~~~~~~~~^~~~~~~~~~~~~~~~~~
Signed-off-by: Alexey Bader <[email protected]>1 parent ddc1a7f commit b4a0e50
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
721 | | - | |
| 721 | + | |
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
| |||
0 commit comments