blob: d8e0258221c8520991177a73575bd8192156933c [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s
Chris Lattner246ce962006-03-29 00:12:08 +00002
Tanya Lattner53a66d12008-02-19 01:41:04 +00003define void @""(float* %inregs, float* %outregs) {
Chris Lattner246ce962006-03-29 00:12:08 +00004 %a_addr.i = alloca <4 x float> ; <<4 x float>*> [#uses=1]
Tanya Lattner53a66d12008-02-19 01:41:04 +00005 store <4 x float> < float undef, float undef, float undef, float undef >, <4 x float>* %a_addr.i
Chris Lattner246ce962006-03-29 00:12:08 +00006 ret void
7}