diff options
Diffstat (limited to 'test/CodeGen/AArch64/arm64-bcc.ll')
-rw-r--r-- | test/CodeGen/AArch64/arm64-bcc.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/AArch64/arm64-bcc.ll b/test/CodeGen/AArch64/arm64-bcc.ll index 138ae90..66d2f52 100644 --- a/test/CodeGen/AArch64/arm64-bcc.ll +++ b/test/CodeGen/AArch64/arm64-bcc.ll @@ -27,10 +27,10 @@ entry: define { i64, i1 } @foo(i64* , %Sstruct* , i1, i64) { entry: %.sroa.0 = alloca i72, align 16 - %.count.value = getelementptr inbounds %Sstruct* %1, i64 0, i32 0, i32 0 - %4 = load i64* %.count.value, align 8 - %.repeatedValue.value = getelementptr inbounds %Sstruct* %1, i64 0, i32 1, i32 0 - %5 = load i32* %.repeatedValue.value, align 8 + %.count.value = getelementptr inbounds %Sstruct, %Sstruct* %1, i64 0, i32 0, i32 0 + %4 = load i64, i64* %.count.value, align 8 + %.repeatedValue.value = getelementptr inbounds %Sstruct, %Sstruct* %1, i64 0, i32 1, i32 0 + %5 = load i32, i32* %.repeatedValue.value, align 8 %6 = icmp eq i64 %4, 0 br label %7 |