Skip to content

Commit 35e56ab

Browse files
committed
[VectorCombine] Fix typo. NFC.
1 parent 4498b9b commit 35e56ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/VectorCombine/X86/insert-binop-inseltpoison.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ define <4 x float> @ins3_ins3_fdiv(float %x, float %y) {
233233
ret <4 x float> %r
234234
}
235235

236-
; EEnsure we don't crash when erasing dead instructions.
236+
; Ensure we don't crash when erasing dead instructions.
237237

238238
define i32 @pr155110(i32 %x) {
239239
; CHECK-LABEL: @pr155110(

0 commit comments

Comments
 (0)