Update test failing on LLVM 17

This commit is contained in:
Christoffer Lerno
2025-01-09 01:35:16 +01:00
parent c78bb45f2f
commit c22b7d45c1

View File

@@ -41,10 +41,9 @@ entry:
call void @llvm.assume(i1 %eq4)
ret i32 1
}
; Function Attrs: nocallback nofree nosync nounwind willreturn memory(inaccessiblemem: write)
declare void @llvm.assume(i1 noundef) #1
attributes #0 = { nounwind uwtable "no-trapping-math"="true" "stack-protector-buffer-size"="8" }
attributes #1 = { nocallback nofree nosync nounwind willreturn memory(inaccessiblemem: write) }
!llvm.module.flags = !{!0, !1, !2, !3, !4, !5}
!0 = !{i32 2, !"Dwarf Version", i32 4}
!1 = !{i32 2, !"Debug Info Version", i32 3}