Peer through zext and sext to eliminate them when it is safe to do so.
[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