Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / IPConstantProp / return-constants.ll
2008-06-18 Matthijs KooijmanReapply r52396, it was unrelated to the breakage (that...
2008-06-18 Chris Lattnertemporarily revert this testcase since its patch was...
2008-06-17 Matthijs KooijmanLearn IPConstProp to look at individual return values...
2008-03-11 Devang PatelHandle multiple ret values.