forked from OSchip/llvm-project
parent
0b01471694
commit
090a273b55
|
@ -790,10 +790,8 @@ class CGObjCGNUstep : public CGObjCGNU {
|
|||
if (copy) return SetPropertyAtomicCopy;
|
||||
return SetPropertyAtomic;
|
||||
}
|
||||
if (copy) return SetPropertyNonAtomicCopy;
|
||||
return SetPropertyNonAtomic;
|
||||
|
||||
return 0;
|
||||
return copy ? SetPropertyNonAtomicCopy : SetPropertyNonAtomic;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue