Skip to content

Commit 4c0f071

Browse files
committed
Update test syntax
1 parent 2536ea8 commit 4c0f071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/InstSimplify/sincos.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ define { <2 x float>, <2 x float> } @sincos_vector() {
4242

4343
define { <2 x float>, <2 x float> } @sincos_zero_vector() {
4444
; CHECK-LABEL: define { <2 x float>, <2 x float> } @sincos_zero_vector() {
45-
; CHECK-NEXT: ret { <2 x float>, <2 x float> } { <2 x float> zeroinitializer, <2 x float> <float 1.000000e+00, float 1.000000e+00> }
45+
; CHECK-NEXT: ret { <2 x float>, <2 x float> } { <2 x float> zeroinitializer, <2 x float> splat (float 1.000000e+00) }
4646
;
4747
%ret = call { <2 x float>, <2 x float> } @llvm.sincos.v2f32(<2 x float> zeroinitializer)
4848
ret { <2 x float>, <2 x float> } %ret

0 commit comments

Comments
 (0)