mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-14 23:50:50 +00:00
Fixed typo.
llvm-svn: 173202
This commit is contained in:
parent
8eb9360a37
commit
1b1c476a4c
@ -3576,9 +3576,8 @@ ObjCARCOpt::ConnectTDBUTraversals(DenseMap<const BasicBlock *, BBState>
|
||||
Changed = true;
|
||||
assert(OldCount != 0 && "Unreachable code?");
|
||||
NumRRs += OldCount - NewCount;
|
||||
|
||||
// Set to true if we completely removed any RR pairs.
|
||||
AnyPairsCompletelyEliminated |= NewCount == 0;
|
||||
AnyPairsCompletelyEliminated = NewCount == 0;
|
||||
|
||||
// We can move calls!
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user