diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/call_fs.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/call_fs.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/call_fs.ll b/llvm/test/CodeGen/AMDGPU/call_fs.ll index 87bebbc49d5..a5a2d28ff71 100644 --- a/llvm/test/CodeGen/AMDGPU/call_fs.ll +++ b/llvm/test/CodeGen/AMDGPU/call_fs.ll @@ -10,8 +10,6 @@ ; R600:CALL_FS ; encoding: [0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x89] -define void @call_fs() #0 { +define amdgpu_vs void @call_fs() { ret void } - -attributes #0 = { "ShaderType"="1" } ; Vertex Shader |