mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-09 05:47:13 +00:00
Fix for r180693. = /.
llvm-svn: 180694
This commit is contained in:
parent
740a406cde
commit
b46ef21453
@ -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…
x
Reference in New Issue
Block a user