Skip to content

Commit 2ae4c6e

Browse files
committed
Fix typo in test
1 parent 99a4a7d commit 2ae4c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AMDGPU/amdgpu-sw-lower-lds-named-barrier-and-other-lds.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; RUN: opt < %s -passes=amdgpu-sw-lower-lds -S -amdgpu-asan-instrument-lds=false -mtriple=amdgcn-amd-amdhsa | FileCheck %s
33
; RUN: llc < %s -enable-new-pm -stop-after=amdgpu-sw-lower-lds -amdgpu-asan-instrument-lds=false -mtriple=amdgcn-amd-amdhsa | FileCheck %s
44

5-
; This test checks that named barriers in LDS and other LDS in moduleare lowered correctly by the
5+
; This test checks that named barriers in LDS and other LDS in module are lowered correctly by the
66
; amdgpu-sw-lower-lds pass.
77
@bar2 = internal addrspace(3) global target("amdgcn.named.barrier", 0) poison
88
@bar3 = internal addrspace(3) global target("amdgcn.named.barrier", 0) poison

0 commit comments

Comments
 (0)