Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)...
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2012-05-18-LoopPredRecurse.ll
2012-05-19 Andrew TrickSCEV: Add MarkPendingLoopPredicates to avoid recursive...