aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorMelanie Blower <melanie.blower@intel.com>2020-05-01 06:36:58 -0700
committerMelanie Blower <melanie.blower@intel.com>2020-05-01 06:36:58 -0700
commit85dc033caccaa6ab919d57f9759290be41240146 (patch)
tree11d6614b7f06ad9e4631fd64cae3e9a8f66ca7d6 /clang/lib/CodeGen/CodeGenFunction.h
parent5486e00dc3e3bb9969f1e8dbddfd18bb92c99e56 (diff)
downloadllvm-85dc033caccaa6ab919d57f9759290be41240146.zip
llvm-85dc033caccaa6ab919d57f9759290be41240146.tar.gz
llvm-85dc033caccaa6ab919d57f9759290be41240146.tar.bz2
Revert "Add support for #pragma float_control"
This reverts commit 4f1e9a17e9d28bdfd035313c96b3a5d4c91a7733. due to fail on buildbot, sorry for the noise
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 2639fd8..0e09eb7 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -4575,11 +4575,6 @@ inline llvm::Value *DominatingLLVMValue::restore(CodeGenFunction &CGF,
}
} // end namespace CodeGen
-
-// Map the LangOption for floating point exception behavior into
-// the corresponding enum in the IR.
-llvm::fp::ExceptionBehavior
-ToConstrainedExceptMD(LangOptions::FPExceptionModeKind Kind);
} // end namespace clang
#endif