mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
Small cleanups.
Cleaned up trailing whitespace and added extra slashes in front of a function level comment so that it follow the convention of having 3 slashes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ca4cb5b6df
commit
9bede89bbe
@ -2779,9 +2779,9 @@ bool ObjCARCOpt::OptimizeSequences(Function &F) {
|
||||
NestingDetected;
|
||||
}
|
||||
|
||||
// Check if there is a dependent call earlier that does not have anything in
|
||||
// between the Retain and the call that can affect the reference count of their
|
||||
// shared pointer argument. Note that Retain need not be in BB.
|
||||
/// Check if there is a dependent call earlier that does not have anything in
|
||||
/// between the Retain and the call that can affect the reference count of their
|
||||
/// shared pointer argument. Note that Retain need not be in BB.
|
||||
static bool
|
||||
HasSafePathToPredecessorCall(const Value *Arg, Instruction *Retain,
|
||||
SmallPtrSet<Instruction *, 4> &DepInsts,
|
||||
|
Loading…
x
Reference in New Issue
Block a user