Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / LoopIndexSplit / 2008-02-08-Crash.ll
2008-02-08 Devang PatelFix PR 1995.