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) {
772772
773773static bool hasIntersectProperty (Attribute::AttrKind Kind,
774774 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" );
780780 return (getAttributeProperties (Kind) &
781781 AttributeProperty::IntersectPropertyMask) == Prop;
782782}
You can’t perform that action at this time.
0 commit comments