Skip to content

Commit 3575bb3

Browse files
Update kernel-arg-accessor-pointer.cpp
1 parent ddde72a commit 3575bb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CodeGenSYCL/kernel-arg-accessor-pointer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %clang_cc1 -fsycl-is-device -internal-isystem %S/Inputs -triple spir64-unknown-unknown -disable-llvm-passes -emit-llvm %s -o - | FileCheck %s
22

33
// This test checks if the metadata "kernel-arg-runtime-aligned"
4-
// is generated if the kernel captures an accessor
4+
// is generated if the kernel captures an accessor.
55

66
#include "sycl.hpp"
77

@@ -150,4 +150,4 @@ int main() {
150150
// that corresponds to the base pointer of an accessor and 0 otherwise.
151151
// CHECK: !5 = !{i1 true, i1 false, i1 false, i1 false, i1 true, i1 false, i1 false, i1 false}
152152
// CHECK: !14 = !{i1 true, i1 false, i1 false, i1 false}
153-
// CHECK: !26 = !{i1 true, i1 false, i1 false, i1 false, i1 false}
153+
// CHECK: !26 = !{i1 true, i1 false, i1 false, i1 false, i1 false}

0 commit comments

Comments
 (0)