Skip to content

Commit b9cba24

Browse files
arsenmkrishna2803
authored andcommitted
XCore: Fix broken check lines in test
1 parent 1418726 commit b9cba24

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)