Skip to content

Commit fb752d6

Browse files
committed
removed unrelated test change
Signed-off-by: Konstantin S Bobrovsky <[email protected]>
1 parent 8cb59d7 commit fb752d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenSYCL/esimd-private-global.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ __attribute__((opencl_private)) __attribute__((register_num(17))) int vc;
99

1010
SYCL_EXTERNAL void init_vc(int x) {
1111
vc = x;
12-
// CHECK: store i32 %x, i32* @vc
12+
// CHECK: store i32 %0, i32* @vc
1313
}
1414
// CHECK: attributes #0 = { "genx_byte_offset"="17" "genx_volatile" }

0 commit comments

Comments
 (0)