Fix trivial todo in instcombine.
[oota-llvm.git] / test / Transforms / InstCombine / mul.ll
index 9b5f7a5c5efc8eea22d739f6b66ef3febc8de5ce..cd13803d3103577fb765650a1f6344dd5f0900f4 100644 (file)
@@ -83,3 +83,8 @@ define internal void @test13(<4 x float>*) {
        store <4 x float> %3, <4 x float>* %0, align 1
        ret void
 }
+
+define <16 x i8> @test14(<16 x i8> %a) {
+        %b = mul <16 x i8> %a, zeroinitializer
+        ret <16 x i8> %b
+}