Fix for r180693. = /.

llvm-svn: 180694
This commit is contained in:
Michael Gottesman 2013-04-29 05:25:39 +00:00
parent 740a406cde
commit b46ef21453

View File

@ -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;