XCore: Fix broken check lines in test

This commit is contained in:
Matt Arsenault 2025-08-04 08:33:17 +09:00 committed by Matt Arsenault
parent b2f0ffd659
commit 441fff7ebe

View File

@ -26,9 +26,8 @@ define { <2 x half>, <2 x half> } @test_sincos_v2f16(<2 x half> %a) nounwind {
}
; CHECK-LABEL: test_sincos_f32:
; OTHER: bl sinf
; OTHER: bl cosf
; GNU: bl sincosf
; CHECK: bl sinf
; CHECK: bl cosf
define { float, float } @test_sincos_f32(float %a) nounwind {
%result = call { float, float } @llvm.sincos.f32(float %a)
ret { float, float } %result