1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Removed trailing whitespace.

llvm-svn: 180696
This commit is contained in:
Michael Gottesman 2013-04-29 06:16:55 +00:00
parent b46ef21453
commit cc8f06860a

View File

@ -2581,7 +2581,7 @@ ObjCARCOpt::ConnectTDBUTraversals(DenseMap<const BasicBlock *, BBState>
// 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)