diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/rv7x0_count3.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/rv7x0_count3.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/rv7x0_count3.ll b/llvm/test/CodeGen/AMDGPU/rv7x0_count3.ll index e9c82cdc548..50df64bf547 100644 --- a/llvm/test/CodeGen/AMDGPU/rv7x0_count3.ll +++ b/llvm/test/CodeGen/AMDGPU/rv7x0_count3.ll @@ -40,11 +40,11 @@ bb: %tmp34 = fadd <4 x float> %tmp33, %tmp23 %tmp35 = fadd <4 x float> %tmp34, %tmp25 %tmp36 = fadd <4 x float> %tmp35, %tmp27 - call void @llvm.R600.store.swizzle(<4 x float> %tmp36, i32 0, i32 2) + call void @llvm.r600.store.swizzle(<4 x float> %tmp36, i32 0, i32 2) ret void } -declare void @llvm.R600.store.swizzle(<4 x float>, i32, i32) +declare void @llvm.r600.store.swizzle(<4 x float>, i32, i32) ; Function Attrs: nounwind readnone declare <4 x float> @llvm.r600.tex(<4 x float>, i32, i32, i32, i32, i32, i32, i32, i32, i32) #0 |