summaryrefslogtreecommitdiffstats
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
commit71ed4aaa3178bd1d5485dfe0346c79cd3e25f385 (patch)
tree46fc64edbae8ece8e1b0d81308e28734ffb79967
parent3d3fc3296e7684c0a1a13b948723802c0f5828c2 (diff)
downloadbcm5719-llvm-71ed4aaa3178bd1d5485dfe0346c79cd3e25f385.tar.gz
bcm5719-llvm-71ed4aaa3178bd1d5485dfe0346c79cd3e25f385.zip
Remove redundant declarations.
llvm-svn: 37946
-rw-r--r--llvm/include/llvm/Target/TargetOptions.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/include/llvm/Target/TargetOptions.h b/llvm/include/llvm/Target/TargetOptions.h
index 288da94ec47..76f2d55049d 100644
--- a/llvm/include/llvm/Target/TargetOptions.h
+++ b/llvm/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
OpenPOWER on IntegriCloud