another random update
[llvm/avr.git] / test / Transforms / Reassociate / 2006-04-27-ReassociateVector.ll
blobd12ce4ad9643bd8b05db3d930554f8de70b8360a
1 ; RUN: opt %s -reassociate -disable-output
3 define void @foo() {
4         %tmp162 = fsub <4 x float> zeroinitializer, zeroinitializer             ; <<4 x float>> [#uses=1]
5         %tmp164 = fmul <4 x float> zeroinitializer, %tmp162             ; <<4 x float>> [#uses=0]
6         ret void