Fix PR3335 by not turning a store to one address space into a store to another.
[oota-llvm.git] / test / Transforms / ConstProp / 2007-02-23-sdiv.ll
1 ; RUN: llvm-as < %s | llvm-dis | grep {global i32 0}
2 ; PR1215
3
4 @G = global i32 sdiv (i32 0, i32 -1)
5