diff options
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/X86/combine-mul.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/combine-mul.ll b/llvm/test/CodeGen/X86/combine-mul.ll index 71d56060af2..1484105ff58 100644 --- a/llvm/test/CodeGen/X86/combine-mul.ll +++ b/llvm/test/CodeGen/X86/combine-mul.ll @@ -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: |