Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / Inline / 2007-04-15-InlineEH.ll
2007-12-17 Duncan SandsMake invokes of inline asm legal. Teach codegen
2007-12-16 Duncan SandsMake instcombine promote inline asm calls to 'nounwind'
2007-04-28 Chris Lattnerupdate syntax
2007-04-15 Chris Lattnertestcase for PR1335