summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/fetch-limits.r700+.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/fetch-limits.r700+.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/fetch-limits.r700+.ll4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/fetch-limits.r700+.ll b/llvm/test/CodeGen/AMDGPU/fetch-limits.r700+.ll
index acaea2aa794..57ce6c3f427 100644
--- a/llvm/test/CodeGen/AMDGPU/fetch-limits.r700+.ll
+++ b/llvm/test/CodeGen/AMDGPU/fetch-limits.r700+.ll
@@ -16,7 +16,7 @@
; CHECK: Fetch clause
; CHECK: Fetch clause
-define void @fetch_limits_r700() #0 {
+define amdgpu_ps void @fetch_limits_r700() {
entry:
%0 = load <4 x float>, <4 x float> addrspace(8)* null
%1 = load <4 x float>, <4 x float> addrspace(8)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(8)* null, i64 0, i32 1)
@@ -75,7 +75,5 @@ entry:
ret void
}
-attributes #0 = { "ShaderType"="0" } ; Pixel Shader
-
declare <4 x float> @llvm.AMDGPU.tex(<4 x float>, i32, i32, i32) readnone
declare void @llvm.R600.store.swizzle(<4 x float>, i32, i32)
OpenPOWER on IntegriCloud