Remove support for -fast-math metadata for the moment.

llvm-svn: 154851
This commit is contained in:
Duncan Sands
2012-04-16 19:40:49 +00:00
parent 9af6298293
commit 54c05faade
2 changed files with 0 additions and 12 deletions

View File

@@ -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();
}