Fixed comment typo.

llvm-svn: 180221
This commit is contained in:
Michael Gottesman 2013-04-24 22:18:15 +00:00
parent 3fa12e632e
commit 6edf0d6d80

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.