From: Jay Foad <jay.foad@gmail.com>
Date: Mon, 29 Jul 2019 11:48:17 +0000 (+0000)
Subject: [AMDGPU] Add amdgpu_kernel for consistency with other tests
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d0a8c414f47e6d786135a768b93133146506d28;p=llvm

[AMDGPU] Add amdgpu_kernel for consistency with other tests

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367221 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/test/CodeGen/AMDGPU/divergence-at-use.ll b/test/CodeGen/AMDGPU/divergence-at-use.ll
index 1aba1e4934d..ab418b70e52 100644
--- a/test/CodeGen/AMDGPU/divergence-at-use.ll
+++ b/test/CodeGen/AMDGPU/divergence-at-use.ll
@@ -3,7 +3,7 @@
 
 @local = addrspace(3) global i32 undef
 
-define void @reducible(i32 %x) {
+define amdgpu_kernel void @reducible(i32 %x) {
 ; CHECK-LABEL: reducible:
 ; CHECK-NOT: dpp
 entry: