summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2009-06-11-StoreAddrSpace.ll
blob: e86fed3c36442d8128bc87f325df778334b387a0 (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep store
; PR4366

define void @a() {
  store i32 0, i32 addrspace(1)* null
  ret void
}