summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetMachine.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2017-03-17 00:38:03 +0000
committerEric Christopher <echristo@gmail.com>2017-03-17 00:38:03 +0000
commit53da761570a219ab0e39223739fe72c02bb62818 (patch)
treead15cfcde81a5dd78de724b81268579a0c01d515 /llvm/lib/Target/TargetMachine.cpp
parent2be653f7166356d11902d54d27938805d6e738dd (diff)
downloadbcm5719-llvm-53da761570a219ab0e39223739fe72c02bb62818.tar.gz
bcm5719-llvm-53da761570a219ab0e39223739fe72c02bb62818.zip
Remove LessPreciseFPMADOption from TargetOptions along with all of the
associated command line options and functions - it's currently unused in all of llvm and clang other than being set and reset. llvm-svn: 298023
Diffstat (limited to 'llvm/lib/Target/TargetMachine.cpp')
-rw-r--r--llvm/lib/Target/TargetMachine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetMachine.cpp b/llvm/lib/Target/TargetMachine.cpp
index f84b4fff4df..e8fe0a2b218 100644
--- a/llvm/lib/Target/TargetMachine.cpp
+++ b/llvm/lib/Target/TargetMachine.cpp
@@ -74,7 +74,6 @@ void TargetMachine::resetTargetOptions(const Function &F) const {
Options.X = DefaultOptions.X; \
} while (0)
- RESET_OPTION(LessPreciseFPMADOption, "less-precise-fpmad");
RESET_OPTION(UnsafeFPMath, "unsafe-fp-math");
RESET_OPTION(NoInfsFPMath, "no-infs-fp-math");
RESET_OPTION(NoNaNsFPMath, "no-nans-fp-math");
OpenPOWER on IntegriCloud