Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / ArgumentPromotion / chained.ll
2008-03-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2004-03-07 Chris LattnerNew testcase for missed case