Skip to content

Commit e0b2b9c

Browse files
committed
fix typo
1 parent 9cc3f7f commit e0b2b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/tools/llvm-split/SYCL/device-code-split/module-split-func-ptr.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
; RUN: FileCheck %s -input-file=%t_1.ll --check-prefix=CHECK-IR1
99

1010
; CHECK-SYM0: kernelA
11-
; CHECK-SYM1: kernel1
11+
; CHECK-SYM1: kernelB
1212
;
1313
; CHECK-IR0: define dso_local spir_kernel void @kernelA
1414
;
@@ -23,7 +23,7 @@ entry:
2323
ret i32 %a
2424
}
2525

26-
define weak_odr dso_local spir_kernel void @kernel1() #0 {
26+
define weak_odr dso_local spir_kernel void @kernelB() #0 {
2727
entry:
2828
%0 = call i32 @indirect_call(ptr addrspace(4) addrspacecast ( ptr getelementptr inbounds ( [1 x ptr] , ptr @FuncTable, i64 0, i64 0) to ptr addrspace(4)), i32 0)
2929
ret void

0 commit comments

Comments
 (0)