aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetOptions.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-07-06 13:59:28 +0000
committerDan Gohman <gohman@apple.com>2007-07-06 13:59:28 +0000
commitd8ebb3a0c2b42c5dedf96cfb7f2f3e87c91e1c23 (patch)
tree6c999b96b9530045de102b749d8333d79b702cf5 /include/llvm/Target/TargetOptions.h
parente75ca3d809ff17260efa320a949cb91ea2b3981e (diff)
downloadexternal_llvm-d8ebb3a0c2b42c5dedf96cfb7f2f3e87c91e1c23.zip
external_llvm-d8ebb3a0c2b42c5dedf96cfb7f2f3e87c91e1c23.tar.gz
external_llvm-d8ebb3a0c2b42c5dedf96cfb7f2f3e87c91e1c23.tar.bz2
Remove redundant declarations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37946 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetOptions.h')
-rw-r--r--include/llvm/Target/TargetOptions.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Target/TargetOptions.h b/include/llvm/Target/TargetOptions.h
index 288da94..76f2d55 100644
--- a/include/llvm/Target/TargetOptions.h
+++ b/include/llvm/Target/TargetOptions.h
@@ -59,12 +59,6 @@ namespace llvm {
extern bool HonorSignDependentRoundingFPMathOption;
extern bool HonorSignDependentRoundingFPMath();
- /// option is specified on the command line. If this returns false (default),
- /// the code generator is not allowed to assume that FP arithmetic arguments
- /// and results are never NaNs or +-Infs.
- extern bool FiniteOnlyFPMathOption;
- extern bool FiniteOnlyFPMath();
-
/// UseSoftFloat - This flag is enabled when the -soft-float flag is specified
/// on the command line. When this flag is on, the code generator will
/// generate libcalls to the software floating point library instead of