From 0df538d0e2ca41e47e487db1e4e5a8e5c3e00122 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Wed, 18 Jun 2025 22:41:35 +0200 Subject: [PATCH] Test LLVM 20 compatibility --- test/test_suite/expressions/vector_inc_dec.c3t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_suite/expressions/vector_inc_dec.c3t b/test/test_suite/expressions/vector_inc_dec.c3t index 614d9137b..16271dd6a 100644 --- a/test/test_suite/expressions/vector_inc_dec.c3t +++ b/test/test_suite/expressions/vector_inc_dec.c3t @@ -50,10 +50,10 @@ loop.cond: ; preds = %loop.body, %entry loop.body: ; preds = %loop.cond %8 = load <1 x ptr>, ptr %z, align 8 - %ptroffset_any = getelementptr [500 x i8], <1 x ptr> %8, <1 x i64> + %ptroffset_any = getelementptr [500 x i8], <1 x ptr> %8, <1 x i64> store <1 x ptr> %ptroffset_any, ptr %z, align 8 %9 = load <1 x ptr>, ptr %g, align 8 - %ptroffset_any1 = getelementptr [500 x i8], <1 x ptr> %9, <1 x i64> + %ptroffset_any1 = getelementptr [500 x i8], <1 x ptr> %9, <1 x i64> store <1 x ptr> %ptroffset_any1, ptr %g, align 8 %10 = load i32, ptr %i, align 4 %add = add i32 %10, 1