diff options
Diffstat (limited to 'test/CodeGen/R600/tti-unroll-prefs.ll')
-rw-r--r-- | test/CodeGen/R600/tti-unroll-prefs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/tti-unroll-prefs.ll b/test/CodeGen/R600/tti-unroll-prefs.ll index 0009c42..76c32af 100644 --- a/test/CodeGen/R600/tti-unroll-prefs.ll +++ b/test/CodeGen/R600/tti-unroll-prefs.ll @@ -39,7 +39,7 @@ if.then4: ; preds = %if.then4.lr.ph, %if %add2 = add nsw i32 %b.addr.014, 1 %1 = sext i32 %b.addr.014 to i64 %add.ptr.sum = add nsw i64 %1, %0 - %add.ptr5 = getelementptr inbounds i8 addrspace(1)* %dst, i64 %add.ptr.sum + %add.ptr5 = getelementptr inbounds i8, i8 addrspace(1)* %dst, i64 %add.ptr.sum store i8 0, i8 addrspace(1)* %add.ptr5, align 1 %inc = add nsw i32 %i.015, 1 %cmp1 = icmp slt i32 %inc, 4 |