Skip to content

Commit 7fe1475

Browse files
committed
Comment parameter name
1 parent 39896e6 commit 7fe1475

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,9 @@ struct AAAMDMaxNumWorkgroups
911911
};
912912

913913
bool AllCallSitesKnown = true;
914-
if (!A.checkForAllCallSites(CheckCallSite, *this, true, AllCallSitesKnown))
914+
if (!A.checkForAllCallSites(CheckCallSite, *this,
915+
/*RequireAllCallSites=*/true,
916+
AllCallSitesKnown))
915917
return indicatePessimisticFixpoint();
916918

917919
return Change;

0 commit comments

Comments
 (0)