File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3520,8 +3520,7 @@ static llvm::Value *tryEmitFusedAutoreleaseOfResult(CodeGenFunction &CGF,
35203520 // Look for:
35213521 // %generator = call i8* @objc_retain(i8* %originalResult)
35223522 // or
3523- // %generator = call i8* @objc_retainAutoreleasedReturnValue(i8*
3524- // %originalResult)
3523+ // %generator = call i8* @objc_retainAutoreleasedReturnValue(i8* %originalResult)
35253524 llvm::CallInst *call = dyn_cast<llvm::CallInst>(generator);
35263525 if (!call)
35273526 return nullptr ;
@@ -3997,7 +3996,7 @@ void CodeGenFunction::EmitFunctionEpilog(const CGFunctionInfo &FI,
39973996 RV = SI->getValueOperand ();
39983997 SI->eraseFromParent ();
39993998
4000- // Otherwise, we have to do a simple load.
3999+ // Otherwise, we have to do a simple load.
40014000 } else {
40024001 RV = Builder.CreateLoad (ReturnValue);
40034002 }
You can’t perform that action at this time.
0 commit comments