blob: 384cbc90a744c5981990b18877fc24e92503d8ee [file] [log] [blame]
Dan Gohman18800922009-09-11 18:01:28 +00001; RUN: opt < %s -reassociate -disable-output
Chris Lattner7abfb812006-04-28 04:14:29 +00002
Tanya Lattner0ea4c8d2008-03-19 04:36:04 +00003define void @foo() {
Dan Gohmana5b96452009-06-04 22:49:04 +00004 %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]
Chris Lattner7abfb812006-04-28 04:14:29 +00006 ret void
7}
Tanya Lattner0ea4c8d2008-03-19 04:36:04 +00008