Fix a bunch of issues found in a testcase from 400.perlbench.
[oota-llvm.git] / test / Transforms / Reassociate / 2006-04-27-ReassociateVector.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | opt -reassociate -disable-output
2
3 void %foo() {
4         %tmp162 = sub <4 x float> zeroinitializer, zeroinitializer
5         %tmp164 = mul <4 x float> zeroinitializer, %tmp162
6         ret void
7 }