Skip to content

Commit c4145d2

Browse files
committed
Removed unused version specific check-prefixes from builtins-alloca.cl test.
1 parent 4811263 commit c4145d2

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

clang/test/CodeGenOpenCL/builtins-alloca.cl

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
22
// RUN: %clang_cc1 %s -O0 -triple amdgcn-amd-amdhsa -cl-std=CL1.2 \
3-
// RUN: -emit-llvm -o - | FileCheck --check-prefixes=OPENCL,OPENCL12 %s
3+
// RUN: -emit-llvm -o - | FileCheck --check-prefixes=OPENCL %s
44
// RUN: %clang_cc1 %s -O0 -triple amdgcn-amd-amdhsa -cl-std=CL2.0 \
5-
// RUN: -emit-llvm -o - | FileCheck --check-prefixes=OPENCL,OPENCL20 %s
5+
// RUN: -emit-llvm -o - | FileCheck --check-prefixes=OPENCL %s
66
// RUN: %clang_cc1 %s -O0 -triple amdgcn-amd-amdhsa -cl-std=CL3.0 \
7-
// RUN: -emit-llvm -o - | FileCheck --check-prefixes=OPENCL,OPENCL30 %s
7+
// RUN: -emit-llvm -o - | FileCheck --check-prefixes=OPENCL %s
88
// RUN: %clang_cc1 %s -O0 -triple amdgcn-amd-amdhsa -cl-std=CL3.0 -cl-ext=+__opencl_c_generic_address_space \
9-
// RUN: -emit-llvm -o - | FileCheck --check-prefixes=OPENCL,OPENCL30-EXT %s
9+
// RUN: -emit-llvm -o - | FileCheck --check-prefixes=OPENCL %s
1010

1111
// OPENCL-LABEL: define dso_local void @test1_builtin_alloca(
1212
// OPENCL-SAME: i32 noundef [[N:%.*]]) #[[ATTR0:[0-9]+]] {
@@ -139,8 +139,3 @@ void test2_builtin_alloca_with_align(unsigned n) {
139139
void test2_builtin_alloca_with_align_uninitialized(unsigned n) {
140140
__private void *alloc_ptr_align_uninitialized = __builtin_alloca_with_align_uninitialized(n, 8);
141141
}
142-
//// NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
143-
// OPENCL12: {{.*}}
144-
// OPENCL20: {{.*}}
145-
// OPENCL30: {{.*}}
146-
// OPENCL30-EXT: {{.*}}

0 commit comments

Comments
 (0)