Revert the addition of hasNoPointerOverflow to GEPOperator.
[oota-llvm.git] / test / Transforms / IndVarSimplify / loop_evaluate7.ll
2009-06-24 Dan GohmanSimplify [su]max(MAX, n) to MAX. This comes up in loop...
2009-06-24 Dan GohmanWhen inserting code into a loop preheader, insert it...