From 9854e0c6a24baf164a428746efdc04e81e5240d6 Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Fri, 18 Jan 2013 23:00:33 +0000 Subject: [PATCH] Fixed typo in comment. llvm-svn: 172863 --- llvm/lib/Transforms/Scalar/ObjCARC.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/lib/Transforms/Scalar/ObjCARC.cpp b/llvm/lib/Transforms/Scalar/ObjCARC.cpp index c3a0fd6..055f30c 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(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 -- 2.7.4