Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)...
[oota-llvm.git] / test / Analysis / ScalarEvolution / unreachable-code.ll
2010-03-09 Dan GohmanAvoid analyzing instructions in blocks not reachable...