Skip to content

Commit 798e1bc

Browse files
ghehggysit
andcommitted
Update mlir/test/Target/LLVMIR/Import/function-attributes.ll
fixed typos in the test Co-authored-by: Tobias Gysi <[email protected]>
1 parent b8c075e commit 798e1bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mlir/test/Target/LLVMIR/Import/function-attributes.ll

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ define internal spir_func void @spir_func_internal() {
1010
ret void
1111
}
1212

13-
; Ensure that we have dso_local;
14-
; CHECK : llvm.func @dsolocal_func() attributes{dso_local}
13+
; Ensure that we have dso_local.
14+
; CHECK: llvm.func @dsolocal_func()
15+
; CHECK-SAME: attributes{dso_local}
1516
define dso_local void @dsolocal_func() {
1617
ret void
1718
}

0 commit comments

Comments
 (0)