diff options
Diffstat (limited to 'test/CodeGen/AArch64/assertion-rc-mismatch.ll')
-rw-r--r-- | test/CodeGen/AArch64/assertion-rc-mismatch.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/AArch64/assertion-rc-mismatch.ll b/test/CodeGen/AArch64/assertion-rc-mismatch.ll index bcf206e..c216c44 100644 --- a/test/CodeGen/AArch64/assertion-rc-mismatch.ll +++ b/test/CodeGen/AArch64/assertion-rc-mismatch.ll @@ -11,8 +11,8 @@ if: br label %end else: %tmp3 = call i8* @llvm.returnaddress(i32 0) - %ptr = getelementptr inbounds i8* %tmp3, i64 -16 - %ld = load i8* %ptr, align 4 + %ptr = getelementptr inbounds i8, i8* %tmp3, i64 -16 + %ld = load i8, i8* %ptr, align 4 %tmp2 = inttoptr i8 %ld to i8* br label %end end: |