diff options
Diffstat (limited to 'test/CodeGen/R600/operand-folding.ll')
-rw-r--r-- | test/CodeGen/R600/operand-folding.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/operand-folding.ll b/test/CodeGen/R600/operand-folding.ll index 88a8145..4bf748e 100644 --- a/test/CodeGen/R600/operand-folding.ll +++ b/test/CodeGen/R600/operand-folding.ll @@ -10,7 +10,7 @@ entry: if: %id = call i32 @llvm.r600.read.tidig.x() %offset = add i32 %fold, %id - %tmp1 = getelementptr i32 addrspace(1)* %out, i32 %offset + %tmp1 = getelementptr i32, i32 addrspace(1)* %out, i32 %offset store i32 0, i32 addrspace(1)* %tmp1 br label %endif |