[OpenMP] avoid warning: equality comparison with extraneous parentheses
The macros are used in several places with an if(macro) pattern. This results in several warnings about extraneous parenteses in equality comparison. Having the constant at the lhs of the comparison, avoids this warning. Differential Revision: https://reviews.llvm.org/D90756
Loading
Please sign in to comment