mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
Fixed comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179967 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d4adf8a886
commit
8c87177f2c
@ -1469,7 +1469,7 @@ void ObjCARCOpt::OptimizeIndividualCalls(Function &F) {
|
||||
break;
|
||||
}
|
||||
case IC_RetainBlock:
|
||||
// If we strength reduce an objc_retainBlock to amn objc_retain, continue
|
||||
// If we strength reduce an objc_retainBlock to an objc_retain, continue
|
||||
// onto the objc_retain peephole optimizations. Otherwise break.
|
||||
if (!OptimizeRetainBlockCall(F, Inst, Class))
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user