Skip to content

Commit 0e94ba9

Browse files
committed
[NFC][InstCombine] Fixup check lines for prof md in select_meta.ll test
1 parent 86d282b commit 0e94ba9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/Transforms/InstCombine/select_meta.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ define <2 x i32> @not_cond_vec_undef(<2 x i1> %c, <2 x i32> %tv, <2 x i32> %fv)
335335
!1 = !{!"branch_weights", i32 2, i32 10}
336336
!2 = !{!"branch_weights", i32 3, i32 10}
337337

338-
; CHECK-DAG: ![[$MD1]] = !{!"branch_weights", i32 2, i32 10}
339-
; CHECK-DAG: ![[$MD3]] = !{!"branch_weights", i32 10, i32 2}
340-
; CHECK-DAG: ![[$MD4]] = !{!"branch_weights", i32 10, i32 3}
338+
; CHECK: !0 = !{!"branch_weights", i32 2, i32 10}
339+
; CHECK-NEXT: !1 = !{!"branch_weights", i32 10, i32 2}
340+
; CHECK-NEXT: !2 = !{!"branch_weights", i32 10, i32 3}
341341

0 commit comments

Comments
 (0)