Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)...
[oota-llvm.git] / test / Analysis / ScalarEvolution / how-far-to-zero.ll
2012-06-28 Nick LewyckyIf the step value is a constant zero, the loop isn...