This fixes the inconsistency of the fp denormal option names: in LLVM this was DenormalType, but in Clang this is DenormalMode which seems better.
In a follow up patch I will fix clang/lib/CodeGen/BackendUtil.cpp, where Options.FPDenormalMode is not set CreateTargetMachine.