Skip to content

Commit 132be5b

Browse files
hyongtao-codePhilippRados
authored andcommitted
[LoopVectorize] Fix typo in branch-weights.ll test CEHCK->CHECK (NFC) (llvm#113574)
Fix the typo CEHCK. Signed-off-by: Yongtao Huang <[email protected]>
1 parent 5105537 commit 132be5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/LoopVectorize/branch-weights.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ exit:
7575

7676
; CHECK: [[PROF_F0_ENTRY]] = !{!"branch_weights", i32 12, i32 1}
7777
; CHECK: [[PROF_F0_UNLIKELY]] = !{!"branch_weights", i32 1, i32 127}
78-
; CEHCK: [[PROF_F0_VECTOR_BODY]] = !{!"branch_weights", i32 1, i32 307}
78+
; CHECK: [[PROF_F0_VECTOR_BODY]] = !{!"branch_weights", i32 1, i32 307}
7979
; CHECK: [[PROF_F0_MIDDLE_BLOCKS]] = !{!"branch_weights", i32 1, i32 3}
8080
; CHECK: [[PROF_F0_VEC_EPILOGUE_SKIP]] = !{!"branch_weights", i32 4, i32 0}
8181
; CHECK: [[PROF_F0_VEC_EPILOG_VECTOR_BODY]] = !{!"branch_weights", i32 0, i32 0}
82-
; CEHCK: [[PROF_F0_LOOP]] = !{!"branch_weights", i32 2, i32 1}
82+
; CHECK: [[PROF_F0_LOOP]] = !{!"branch_weights", i32 2, i32 1}

0 commit comments

Comments
 (0)