diff options
Diffstat (limited to 'test/CodeGen/AArch64/arm64-memset-inline.ll')
-rw-r--r-- | test/CodeGen/AArch64/arm64-memset-inline.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/arm64-memset-inline.ll b/test/CodeGen/AArch64/arm64-memset-inline.ll index 2e237f4..56959ad 100644 --- a/test/CodeGen/AArch64/arm64-memset-inline.ll +++ b/test/CodeGen/AArch64/arm64-memset-inline.ll @@ -16,7 +16,7 @@ entry: ; CHECK: stp xzr, xzr, [sp, #16] ; CHECK: str xzr, [sp, #8] %buf = alloca [26 x i8], align 1 - %0 = getelementptr inbounds [26 x i8]* %buf, i32 0, i32 0 + %0 = getelementptr inbounds [26 x i8], [26 x i8]* %buf, i32 0, i32 0 call void @llvm.memset.p0i8.i32(i8* %0, i8 0, i32 26, i32 1, i1 false) call void @something(i8* %0) nounwind ret void |