diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-04-24 22:18:15 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-04-24 22:18:15 +0000 |
commit | 0eb5e45e4bd0099187009ef43aa63d2cb861560a (patch) | |
tree | 2a8a1c73fab107b7c076d3cc518d782159e1d975 | |
parent | a2b9d3d8ba0e886971f953040a72e2b8e624f4dd (diff) |
Fixed comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180221 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Transforms/ObjCARC/ObjCARCOpts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/ObjCARC/ObjCARCOpts.cpp b/lib/Transforms/ObjCARC/ObjCARCOpts.cpp index 7a7cdbec10..e6c5928375 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. |