summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-04-24 22:18:15 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-04-24 22:18:15 +0000
commitcd5b02701cc26cff3e0959f9f77b9d616c878734 (patch)
tree27b8a0f69b9861b51081e44c1f11d5a52a5234bd /llvm
parenta2015328e8eefe9871815ccc1080fab38f0ea1ea (diff)
downloadbcm5719-llvm-cd5b02701cc26cff3e0959f9f77b9d616c878734.tar.gz
bcm5719-llvm-cd5b02701cc26cff3e0959f9f77b9d616c878734.zip
Fixed comment typo.
llvm-svn: 180221
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp b/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
index 7a7cdbec10d..e6c5928375f 100644
--- a/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud