fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git] / test / Transforms / ConstProp / 2007-02-23-sdiv.ll
blob721199fc7f141ee4ca81ba971942002a6f041663
1 ; RUN: llvm-as < %s | llvm-dis | grep {global i32 0}
2 ; PR1215
4 @G = global i32 sdiv (i32 0, i32 -1)