Skip to content

Commit 441fff7

Browse files
committed
XCore: Fix broken check lines in test
1 parent b2f0ffd commit 441fff7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/test/CodeGen/XCore/llvm.sincos.ll

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ define { <2 x half>, <2 x half> } @test_sincos_v2f16(<2 x half> %a) nounwind {
2626
}
2727

2828
; CHECK-LABEL: test_sincos_f32:
29-
; OTHER: bl sinf
30-
; OTHER: bl cosf
31-
; GNU: bl sincosf
29+
; CHECK: bl sinf
30+
; CHECK: bl cosf
3231
define { float, float } @test_sincos_f32(float %a) nounwind {
3332
%result = call { float, float } @llvm.sincos.f32(float %a)
3433
ret { float, float } %result

0 commit comments

Comments
 (0)