Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)...
[oota-llvm.git] / test / Analysis / ScalarEvolution / undefined.ll
2010-04-22 Dan GohmanDon't attempt to analyze values which are obviously...