Fixed typo in comment.

llvm-svn: 172863
This commit is contained in:
Michael Gottesman 2013-01-18 23:00:33 +00:00
parent 21c6c959ec
commit 9854e0c6a2
1 changed files with 2 additions and 2 deletions

View File

@ -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