[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Transforms / InstCombine / 2009-06-11-StoreAddrSpace.ll
blob468c1cd8bbc49e27d6d71bb4c1fb9f2bdd94028b
1 ; RUN: opt < %s -instcombine -S | grep "store i32 0,"
2 ; PR4366
4 define void @a() {
5   store i32 0, i32 addrspace(1)* null
6   ret void