diff options
author | Eric Christopher <echristo@gmail.com> | 2017-03-17 00:38:03 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2017-03-17 00:38:03 +0000 |
commit | 53da761570a219ab0e39223739fe72c02bb62818 (patch) | |
tree | ad15cfcde81a5dd78de724b81268579a0c01d515 /llvm/lib/Target/TargetMachine.cpp | |
parent | 2be653f7166356d11902d54d27938805d6e738dd (diff) | |
download | bcm5719-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.cpp | 1 |
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"); |