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