Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / LoopRotate / pr2639.ll
2009-04-23 Owen AndersonTestcase for PR2639.