diff --git a/lib/Transforms/ObjCARC/ObjCARCOpts.cpp b/lib/Transforms/ObjCARC/ObjCARCOpts.cpp index 4094623ac87..9991f156bd1 100644 --- a/lib/Transforms/ObjCARC/ObjCARCOpts.cpp +++ b/lib/Transforms/ObjCARC/ObjCARCOpts.cpp @@ -2581,7 +2581,7 @@ ObjCARCOpt::ConnectTDBUTraversals(DenseMap // long as the existing imbalances are maintained. if (OldDelta != 0) return false; - + #ifdef ARC_ANNOTATIONS // Do not move calls if ARC annotations are requested. if (EnableARCAnnotations)