joker.eph added inline comments. ================ Comment at: include/llvm/IR/FastMathFlags.h:38 @@ +37,3 @@ + + FastMathFlags() : Flags(0) + { } ---------------- Shouldn't the default be `NoExceptions | NoRounding` ? Repository: rL LLVM http://reviews.llvm.org/D14069