diff options
Diffstat (limited to 'test/CodeGen/R600/wrong-transalu-pos-fix.ll')
-rw-r--r-- | test/CodeGen/R600/wrong-transalu-pos-fix.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/wrong-transalu-pos-fix.ll b/test/CodeGen/R600/wrong-transalu-pos-fix.ll index 4e77c07..5ab4653 100644 --- a/test/CodeGen/R600/wrong-transalu-pos-fix.ll +++ b/test/CodeGen/R600/wrong-transalu-pos-fix.ll @@ -35,7 +35,7 @@ entry: %z.i8.i = tail call i32 @llvm.r600.read.tidig.z() #1 %add.i = add i32 %z.i8.i, %mul33.i %add13 = add i32 %add.i, %add - %arrayidx = getelementptr inbounds i32 addrspace(1)* %out, i32 %add13 + %arrayidx = getelementptr inbounds i32, i32 addrspace(1)* %out, i32 %add13 store i32 %mul3, i32 addrspace(1)* %arrayidx, align 4 ret void } |