aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetOptions.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-07-13 21:03:14 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-07-13 21:03:14 +0000
commitdb20d257bcd246f17f250928221bf6449a004f6d (patch)
treecf19766687b94b8007c3fc9cbcca3c772fcfde57 /include/llvm/Target/TargetOptions.h
parentb5611a623012fc373ea21d9c062b8a38c0ac75c7 (diff)
downloadexternal_llvm-db20d257bcd246f17f250928221bf6449a004f6d.zip
external_llvm-db20d257bcd246f17f250928221bf6449a004f6d.tar.gz
external_llvm-db20d257bcd246f17f250928221bf6449a004f6d.tar.bz2
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108272 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetOptions.h')
-rw-r--r--include/llvm/Target/TargetOptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetOptions.h b/include/llvm/Target/TargetOptions.h
index a316c70..b369880 100644
--- a/include/llvm/Target/TargetOptions.h
+++ b/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