diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/llvm.cos.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/llvm.cos.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/llvm.cos.ll b/llvm/test/CodeGen/AMDGPU/llvm.cos.ll index c65df8b3e8d..3eba3f3b6e4 100644 --- a/llvm/test/CodeGen/AMDGPU/llvm.cos.ll +++ b/llvm/test/CodeGen/AMDGPU/llvm.cos.ll @@ -37,5 +37,3 @@ define void @testv(<4 x float> addrspace(1)* %out, <4 x float> inreg %vx) #1 { declare float @llvm.cos.f32(float) readnone declare <4 x float> @llvm.cos.v4f32(<4 x float>) readnone - -attributes #0 = { "ShaderType"="0" } |