Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / GlobalOpt / 2009-06-01-RecursivePHI.ll
2009-06-02 Evan ChengAvoid infinite looping in AllGlobalLoadUsesSimpleEnough...