[InstCombine] FoldICmpCstShrCst failed for ashr when comparing against -1
[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