diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2010-07-13 21:03:14 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2010-07-13 21:03:14 +0000 |
| commit | f0b175328f5d0051755c4162226e196120625649 (patch) | |
| tree | a34011480ce3325c846988ff947128c7296a56dc /llvm | |
| parent | d764ecc0de724874d9bf9284f8a8ad5a773bc053 (diff) | |
| download | bcm5719-llvm-f0b175328f5d0051755c4162226e196120625649.tar.gz bcm5719-llvm-f0b175328f5d0051755c4162226e196120625649.zip | |
Update comment.
llvm-svn: 108272
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Target/TargetOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetOptions.h b/llvm/include/llvm/Target/TargetOptions.h index a316c701b54..b36988097cf 100644 --- a/llvm/include/llvm/Target/TargetOptions.h +++ b/llvm/include/llvm/Target/TargetOptions.h @@ -68,7 +68,7 @@ namespace llvm { /// this flag is off (the default), the code generator is not allowed to /// produce results that are "less precise" than IEEE allows. This includes /// use of X86 instructions like FSIN and FCOS instead of libcalls. - /// UnsafeFPMath implies FiniteOnlyFPMath and LessPreciseFPMAD. + /// UnsafeFPMath implies LessPreciseFPMAD. extern bool UnsafeFPMath; /// FiniteOnlyFPMath - This returns true when the -enable-finite-only-fp-math |

