summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-01-18 23:00:33 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-01-18 23:00:33 +0000
commit9854e0c6a24baf164a428746efdc04e81e5240d6 (patch)
tree657494a9734ca0867810ecb5bb1fe768922190c7 /llvm/lib/Transforms
parent21c6c959ec2c05afc4b6f14a31e51c7d4b99500b (diff)
downloadbcm5719-llvm-9854e0c6a24baf164a428746efdc04e81e5240d6.tar.gz
bcm5719-llvm-9854e0c6a24baf164a428746efdc04e81e5240d6.zip
Fixed typo in comment.
llvm-svn: 172863
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/ObjCARC.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Scalar/ObjCARC.cpp b/llvm/lib/Transforms/Scalar/ObjCARC.cpp
index c3a0fd6c8b4..055f30c1156 100644
--- a/llvm/lib/Transforms/Scalar/ObjCARC.cpp
+++ b/llvm/lib/Transforms/Scalar/ObjCARC.cpp
@@ -578,8 +578,8 @@ static Value *GetObjCArg(Value *Inst) {
return StripPointerCastsAndObjCCalls(cast<CallInst>(Inst)->getArgOperand(0));
}
-/// \brief This is similar to AliasAnalysis's isObjCIdentifiedObject, except
-/// that it uses special knowledge of ObjC conventions.
+/// \brief This is similar to AliasAnalysis's isIdentifiedObject, except that it
+/// uses special knowledge of ObjC conventions.
static bool IsObjCIdentifiedObject(const Value *V) {
// Assume that call results and arguments have their own "provenance".
// Constants (including GlobalVariables) and Allocas are never
OpenPOWER on IntegriCloud