Skip to content

Commit c28044f

Browse files
committed
Update lit test with new dead_on_unwind/writable attr
Due to 158d72d
1 parent 445e1c9 commit c28044f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenSYCL/address-space-of-returns.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A ret_agg() {
2525
A a;
2626
return a;
2727
}
28-
// CHECK: define {{.*}}spir_func void @{{.*}}ret_agg{{.*}}(ptr addrspace(4) noalias sret(%struct{{.*}}.A) align 4 %agg.result)
28+
// CHECK: define {{.*}}spir_func void @{{.*}}ret_agg{{.*}}(ptr addrspace(4) dead_on_unwind noalias writable sret(%struct{{.*}}.A) align 4 %agg.result)
2929

3030
template <typename name, typename Func>
3131
__attribute__((sycl_kernel)) void kernel_single_task(const Func &kernelFunc) {

0 commit comments

Comments
 (0)