blob: 61191f9ae352aa592a6b21ad2f71e6aace6c65a0 [file] [log] [blame]
; RUN: opt < %s -passes=instcombine -S | grep "store i32 0,"
; PR4366
define void @a() {
store i32 0, i32 addrspace(1)* null
ret void
}