mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
[objc-arc] Fixed comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179965 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9f2b618ac5
commit
ee37359762
@ -2958,7 +2958,7 @@ void ObjCARCOpt::OptimizeReturns(Function &F) {
|
||||
|
||||
const Value *Arg = StripPointerCastsAndObjCCalls(Ret->getOperand(0));
|
||||
|
||||
// Look for an ``autorelease'' instruction that is a predecssor of Ret and
|
||||
// Look for an ``autorelease'' instruction that is a predecessor of Ret and
|
||||
// dependent on Arg such that there are no instructions dependent on Arg
|
||||
// that need a positive ref count in between the autorelease and Ret.
|
||||
CallInst *Autorelease =
|
||||
|
Loading…
Reference in New Issue
Block a user