From: Michael Gottesman Date: Wed, 24 Apr 2013 22:18:15 +0000 (+0000) Subject: Fixed comment typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0eb5e45e4bd0099187009ef43aa63d2cb861560a;p=oota-llvm.git Fixed comment typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180221 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/ObjCARC/ObjCARCOpts.cpp b/lib/Transforms/ObjCARC/ObjCARCOpts.cpp index 7a7cdbec10d..e6c5928375f 100644 --- a/lib/Transforms/ObjCARC/ObjCARCOpts.cpp +++ b/lib/Transforms/ObjCARC/ObjCARCOpts.cpp @@ -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.