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