Skip to content

Commit ba9ba19

Browse files
committed
fix typo in test case name
1 parent 93eacbc commit ba9ba19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/VectorCombine/X86/load-extractelement-scalarization.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ define void @multiple_extract(ptr %p) {
2626
}
2727

2828
; infinite loop if we fold an extract that is waiting to be erased
29-
define void @unsued_extract(ptr %p) {
30-
; CHECK-LABEL: @unsued_extract(
29+
define void @unused_extract(ptr %p) {
30+
; CHECK-LABEL: @unused_extract(
3131
; CHECK-NEXT: ret void
3232
;
3333
%load = load <4 x float>, ptr %p, align 8

0 commit comments

Comments
 (0)