Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / BranchFolding / 2007-10-19-InlineAsmDirectives.ll
2007-10-19 Bill WendlingDon't branch fold inline asm statements.