diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/fmul.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/fmul.ll | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/fmul.ll b/llvm/test/CodeGen/AMDGPU/fmul.ll index d0c39b53945..8228fd0a506 100644 --- a/llvm/test/CodeGen/AMDGPU/fmul.ll +++ b/llvm/test/CodeGen/AMDGPU/fmul.ll @@ -13,10 +13,6 @@ entry: ret void } -declare float @llvm.r600.load.input(i32) readnone - -declare void @llvm.AMDGPU.store.output(float, i32) - ; FUNC-LABEL: {{^}}fmul_v2f32: ; GCN: v_mul_f32 ; GCN: v_mul_f32 |