mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 06:30:39 +00:00
Fixed comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180221 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a2b9d3d8ba
commit
0eb5e45e4b
@ -3065,7 +3065,7 @@ bool ObjCARCOpt::runOnFunction(Function &F) {
|
||||
// when compiling code that isn't ObjC, skip these if the relevant ObjC
|
||||
// library functions aren't declared.
|
||||
|
||||
// Preliminary optimizations. This also computs UsedInThisFunction.
|
||||
// Preliminary optimizations. This also computes UsedInThisFunction.
|
||||
OptimizeIndividualCalls(F);
|
||||
|
||||
// Optimizations for weak pointers.
|
||||
|
Loading…
Reference in New Issue
Block a user