blob: 468c1cd8bbc49e27d6d71bb4c1fb9f2bdd94028b [file] [log] [blame]
Chandler Carrutha5a29f92012-07-02 12:47:22 +00001; RUN: opt < %s -instcombine -S | grep "store i32 0,"
Chris Lattner61797e32009-06-11 17:54:56 +00002; PR4366
3
4define void @a() {
5 store i32 0, i32 addrspace(1)* null
6 ret void
7}