Skip to content

Commit ba94cf6

Browse files
committed
[AArch64] Update after uses -> users rename in llvm#120499
1 parent 730da1f commit ba94cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@ bool AArch64DAGToDAGISel::tryAuthLoad(SDNode *N) {
17491749
SmallPtrSet<const SDNode *, 32> Visited;
17501750
SmallVector<const SDNode *, 16> Worklist;
17511751
Worklist.push_back(N);
1752-
for (SDNode *U : Ptr.getNode()->uses())
1752+
for (SDNode *U : Ptr.getNode()->users())
17531753
if (SDNode::hasPredecessorHelper(U, Visited, Worklist, /*Max=*/32,
17541754
/*TopologicalPrune=*/true))
17551755
return false;

0 commit comments

Comments
 (0)