Change these tests to feed the assembly files to opt directly, instead
[oota-llvm.git] / test / Transforms / InstCombine / 2009-06-11-StoreAddrSpace.ll
1 ; RUN: opt %s -instcombine | llvm-dis | grep {store i32 0,}
2 ; PR4366
3
4 define void @a() {
5   store i32 0, i32 addrspace(1)* null
6   ret void
7 }