Copy+pasts typo in comment describing combine test

Repeated the "fold (mul x, 0) -> 0" instead of "fold (mul x, 1) -> x"

llvm-svn: 284118
This commit is contained in:
Simon Pilgrim 2016-10-13 12:54:32 +00:00
parent fa8fadc0e5
commit 26b6dbc369
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ define <4 x i32> @combine_vec_mul_zero(<4 x i32> %x) {
ret <4 x i32> %1
}
; fold (mul x, 0) -> 0
; fold (mul x, 1) -> x
define <4 x i32> @combine_vec_mul_one(<4 x i32> %x) {
; SSE-LABEL: combine_vec_mul_one:
; SSE: # BB#0: