Fix spelling and grammar in a comment.
[oota-llvm.git] / test / Transforms / Reassociate / 2006-04-27-ReassociateVector.ll
1 ; RUN: llvm-as < %s | opt -reassociate -disable-output
2
3 define void @foo() {
4         %tmp162 = sub <4 x float> zeroinitializer, zeroinitializer              ; <<4 x float>> [#uses=1]
5         %tmp164 = mul <4 x float> zeroinitializer, %tmp162              ; <<4 x float>> [#uses=0]
6         ret void
7 }
8