Skip to content

Commit 5622bec

Browse files
committed
Reword comment
1 parent b9e300b commit 5622bec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/test/CodeGen/AMDGPU/dynamic-vgpr-reserve-stack-for-cwsr.ll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@ define amdgpu_cs void @realign_stack(<32 x i32> %x) #0 {
177177
ret void
178178
}
179179

180-
; Non-entry functions and graphics shaders can't run on a compute queue,
181-
; so they don't need to worry about CWSR.
180+
; Non-entry functions and graphics shaders don't need to worry about CWSR.
182181
define amdgpu_gs void @amdgpu_gs() #0 {
183182
; CHECK-LABEL: amdgpu_gs:
184183
; CHECK: ; %bb.0:

0 commit comments

Comments
 (0)