Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / fsub-fsub.ll
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-06-12 Dan GohmanDon't do (x - (y - z)) --> (x + (z - y)) on floating...