switch TypeHasCycleThroughItself from using an std::set to using a SmallPtrSet,
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / change-compare-stride-trickiness.ll
2008-06-13 Dan GohmanProtect ChangeCompareStride from situations in which...