Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / LoopDeletion / 2007-07-23-InfiniteLoop.ll
2008-04-30 Owen AndersonMove this test to LoopDeletion, where it now passes.