mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Fixed typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172863 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0969ddf601
commit
8a8cef7156
@ -578,8 +578,8 @@ static Value *GetObjCArg(Value *Inst) {
|
|||||||
return StripPointerCastsAndObjCCalls(cast<CallInst>(Inst)->getArgOperand(0));
|
return StripPointerCastsAndObjCCalls(cast<CallInst>(Inst)->getArgOperand(0));
|
||||||
}
|
}
|
||||||
|
|
||||||
/// \brief This is similar to AliasAnalysis's isObjCIdentifiedObject, except
|
/// \brief This is similar to AliasAnalysis's isIdentifiedObject, except that it
|
||||||
/// that it uses special knowledge of ObjC conventions.
|
/// uses special knowledge of ObjC conventions.
|
||||||
static bool IsObjCIdentifiedObject(const Value *V) {
|
static bool IsObjCIdentifiedObject(const Value *V) {
|
||||||
// Assume that call results and arguments have their own "provenance".
|
// Assume that call results and arguments have their own "provenance".
|
||||||
// Constants (including GlobalVariables) and Allocas are never
|
// Constants (including GlobalVariables) and Allocas are never
|
||||||
|
Loading…
x
Reference in New Issue
Block a user