Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / ArgumentPromotion / 2008-09-07-CGUpdate.ll
2008-09-08 Duncan SandsUpdate the callgraph correctly in ArgumentPromotion.