aboutsummaryrefslogtreecommitdiff
path: root/test/SemaOpenCL/builtins-amdgcn-error-vi.cl
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaOpenCL/builtins-amdgcn-error-vi.cl')
-rw-r--r--test/SemaOpenCL/builtins-amdgcn-error-vi.cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaOpenCL/builtins-amdgcn-error-vi.cl b/test/SemaOpenCL/builtins-amdgcn-error-vi.cl
index 877a04015e..849c826c5b 100644
--- a/test/SemaOpenCL/builtins-amdgcn-error-vi.cl
+++ b/test/SemaOpenCL/builtins-amdgcn-error-vi.cl
@@ -4,5 +4,5 @@
void test_vi_s_dcache_wb()
{
- __builtin_amdgcn_s_dcache_wb(); // expected-error {{'__builtin_amdgcn_s_dcache_wb' needs target feature vi-insts}}
+ __builtin_amdgcn_s_dcache_wb(); // expected-error {{'__builtin_amdgcn_s_dcache_wb' needs target feature gfx8-insts}}
}