diff options
Diffstat (limited to 'test/CodeGen/R600/llvm.AMDGPU.flbit.i32.ll')
-rw-r--r-- | test/CodeGen/R600/llvm.AMDGPU.flbit.i32.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/llvm.AMDGPU.flbit.i32.ll b/test/CodeGen/R600/llvm.AMDGPU.flbit.i32.ll index 19fbee8913b4b..20c7af8ade5eb 100644 --- a/test/CodeGen/R600/llvm.AMDGPU.flbit.i32.ll +++ b/test/CodeGen/R600/llvm.AMDGPU.flbit.i32.ll @@ -21,7 +21,7 @@ define void @s_flbit(i32 addrspace(1)* noalias %out, i32 %val) nounwind { ; SI: buffer_store_dword [[RESULT]], ; SI: s_endpgm define void @v_flbit(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %valptr) nounwind { - %val = load i32 addrspace(1)* %valptr, align 4 + %val = load i32, i32 addrspace(1)* %valptr, align 4 %r = call i32 @llvm.AMDGPU.flbit.i32(i32 %val) nounwind readnone store i32 %r, i32 addrspace(1)* %out, align 4 ret void |