diff options
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/CodeGenFunction.cpp b/lib/CodeGen/CodeGenFunction.cpp index f4b483b515..2939062c9b 100644 --- a/lib/CodeGen/CodeGenFunction.cpp +++ b/lib/CodeGen/CodeGenFunction.cpp @@ -42,10 +42,6 @@ CodeGenFunction::CodeGenFunction(CodeGenModule &cgm) TerminateHandler(0), TrapBB(0) { CatchUndefined = getContext().getLangOpts().CatchUndefined; - if (getContext().getLangOpts().FastMath) { - llvm::MDBuilder MDHelper(Builder.getContext()); - Builder.SetDefaultFPMathTag(MDHelper.createFastFPMath()); - } CGM.getCXXABI().getMangleContext().startNewFunction(); } |