[NFC][InstCombine] Fixup check lines for prof md in select_meta.ll test

This commit is contained in:
Roman Lebedev 2020-12-18 21:33:09 +03:00
parent 86d282baed
commit 0e94ba9d40
No known key found for this signature in database
GPG Key ID: 083C3EBB4A1689E0
1 changed files with 3 additions and 3 deletions

View File

@ -335,7 +335,7 @@ define <2 x i32> @not_cond_vec_undef(<2 x i1> %c, <2 x i32> %tv, <2 x i32> %fv)
!1 = !{!"branch_weights", i32 2, i32 10}
!2 = !{!"branch_weights", i32 3, i32 10}
; CHECK-DAG: ![[$MD1]] = !{!"branch_weights", i32 2, i32 10}
; CHECK-DAG: ![[$MD3]] = !{!"branch_weights", i32 10, i32 2}
; CHECK-DAG: ![[$MD4]] = !{!"branch_weights", i32 10, i32 3}
; CHECK: !0 = !{!"branch_weights", i32 2, i32 10}
; CHECK-NEXT: !1 = !{!"branch_weights", i32 10, i32 2}
; CHECK-NEXT: !2 = !{!"branch_weights", i32 10, i32 3}