Chandler Carruth | a5a29f9 | 2012-07-02 12:47:22 +0000 | [diff] [blame] | 1 | ; RUN: opt < %s -instcombine -S | grep "store volatile" |
Chris Lattner | e331a65 | 2008-04-29 04:58:38 +0000 | [diff] [blame] | 2 | |
3 | define void @test() { | ||||
4 | %votf = alloca <4 x float> ; <<4 x float>*> [#uses=1] | ||||
Chris Lattner | 6a144a2 | 2011-11-27 06:54:59 +0000 | [diff] [blame] | 5 | store volatile <4 x float> zeroinitializer, <4 x float>* %votf, align 16 |
Chris Lattner | e331a65 | 2008-04-29 04:58:38 +0000 | [diff] [blame] | 6 | ret void |
7 | } | ||||
8 |