mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
Fixed comment typo.
llvm-svn: 180221
This commit is contained in:
parent
3fa12e632e
commit
6edf0d6d80
@ -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