Fixed comment typo.

llvm-svn: 180221
This commit is contained in:
Michael Gottesman 2013-04-24 22:18:15 +00:00
parent a2015328e8
commit cd5b02701c
1 changed files with 1 additions and 1 deletions

View File

@ -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.