mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-01 01:15:55 +00:00
Fix typo in comment. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286270 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6e406143b2
commit
e481b32815
@ -374,8 +374,8 @@ static bool AllCallersPassInValidPointerForArgument(Argument *Arg) {
|
||||
|
||||
unsigned ArgNo = Arg->getArgNo();
|
||||
|
||||
// Look at all call sites of the function. At this pointer we know we only
|
||||
// have direct callees.
|
||||
// Look at all call sites of the function. At this point we know we only have
|
||||
// direct callees.
|
||||
for (User *U : Callee->users()) {
|
||||
CallSite CS(U);
|
||||
assert(CS && "Should only have direct calls!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user