mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 17:31:50 +00:00
Remove redundant code. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296219 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cf0aa991df
commit
1613664c57
@ -1723,10 +1723,6 @@ bool ObjCARCOpt::PerformCodePlacement(
|
||||
MoveCalls(Arg, RetainsToMove, ReleasesToMove,
|
||||
Retains, Releases, DeadInsts, M);
|
||||
}
|
||||
|
||||
// Clean up state for next retain.
|
||||
RetainsToMove.clear();
|
||||
ReleasesToMove.clear();
|
||||
}
|
||||
|
||||
// Now that we're done moving everything, we can delete the newly dead
|
||||
|
Loading…
Reference in New Issue
Block a user