File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -772,11 +772,11 @@ bool Attribute::canUseAsRetAttr(AttrKind Kind) {
772
772
773
773
static bool hasIntersectProperty (Attribute::AttrKind Kind,
774
774
AttributeProperty Prop) {
775
- assert (Prop == AttributeProperty::IntersectPreserve ||
776
- Prop == AttributeProperty::IntersectAnd ||
777
- Prop == AttributeProperty::IntersectMin ||
778
- Prop == AttributeProperty::IntersectCustom &&
779
- " Unknown intersect property" );
775
+ assert (( Prop == AttributeProperty::IntersectPreserve ||
776
+ Prop == AttributeProperty::IntersectAnd ||
777
+ Prop == AttributeProperty::IntersectMin ||
778
+ Prop == AttributeProperty::IntersectCustom) &&
779
+ " Unknown intersect property" );
780
780
return (getAttributeProperties (Kind) &
781
781
AttributeProperty::IntersectPropertyMask) == Prop;
782
782
}
You can’t perform that action at this time.
0 commit comments