forked from OSchip/llvm-project
parent
a87bb8f50b
commit
3e3977c49f
|
@ -2584,7 +2584,8 @@ ObjCARCOpt::ConnectTDBUTraversals(DenseMap<const BasicBlock *, BBState>
|
|||
|
||||
#ifdef ARC_ANNOTATIONS
|
||||
// Do not move calls if ARC annotations are requested.
|
||||
return false;
|
||||
if (EnableARCAnnotations)
|
||||
return false;
|
||||
#endif // ARC_ANNOTATIONS
|
||||
|
||||
Changed = true;
|
||||
|
|
Loading…
Reference in New Issue