From 44c2486a74bfa8bb3f4eb908b48293e8d55e874c Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Sat, 30 Nov 2024 12:53:58 +0100 Subject: [PATCH] Update test for LLVM 20 --- test/test_suite/debug_symbols/defer_macro.c3t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_suite/debug_symbols/defer_macro.c3t b/test/test_suite/debug_symbols/defer_macro.c3t index d3b7f71c0..c5ffc2a31 100644 --- a/test/test_suite/debug_symbols/defer_macro.c3t +++ b/test/test_suite/debug_symbols/defer_macro.c3t @@ -181,7 +181,7 @@ entry: %ptradd2 = getelementptr inbounds i8, ptr %args, i64 8, !dbg !61 %4 = load i64, ptr %ptradd2, align 8, !dbg !61 %neq = icmp ne i64 0, %4, !dbg !61 - %ternary = select i1 %neq, <4 x float> , <4 x float> , !dbg !62 + %ternary = select i1 %neq, <4 x float> , <4 x float> %5 = call ptr @test.test(<4 x float> %ternary), !dbg !63 %6 = call ptr @test.test2(), !dbg !64 ret i32 0, !dbg !65